From 121a6a376209de3f5a9474bf03721e2032a73e01 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 13 May 2024 11:00:47 -0500 Subject: initial commit --- stitch.opam | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 stitch.opam (limited to 'stitch.opam') diff --git a/stitch.opam b/stitch.opam new file mode 100644 index 0000000..0a77db1 --- /dev/null +++ b/stitch.opam @@ -0,0 +1,32 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A Terminal Note Taking App" +description: "" +maintainer: ["Marc Coquand"] +authors: ["Marc Coquand"] +license: "GPL-3.0-only" +tags: ["productivity" "minimal"] +doc: "https://url/to/documentation" +depends: [ + "ocaml" + "dune" {>= "3.11"} + "cmdliner" + "notty" + "lambda-term" + "shexp" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] -- cgit v1.2.3