From 1961a9779b482cf9cbdb3365137c2e74423067c6 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:00:56 +0100 Subject: Text editor using quill --- editor.opam | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 editor.opam (limited to 'editor.opam') diff --git a/editor.opam b/editor.opam new file mode 100755 index 0000000..c50744b --- /dev/null +++ b/editor.opam @@ -0,0 +1,25 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "Text editor" +maintainer: ["Sébastien Dailly"] +authors: ["Sébastien Dailly"] +depends: [ + "dune" {>= "2.7"} + "ocaml" {>= "4.10.0"} + "brr" {>= "0.0.1"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] -- cgit v1.2.3