From fbdf4ff361cba630cf317296da21763320faaa6c Mon Sep 17 00:00:00 2001 From: Scott Lawrence Date: Thu, 20 Jun 2024 08:16:30 -0600 Subject: Created dune project --- agate.opam | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 agate.opam (limited to 'agate.opam') diff --git a/agate.opam b/agate.opam new file mode 100644 index 0000000..1d16ad3 --- /dev/null +++ b/agate.opam @@ -0,0 +1,31 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "A short synopsis" +description: "A longer description" +maintainer: ["Scott Lawrence"] +authors: ["Scott Lawrence"] +license: "LICENSE" +tags: ["topics" "to describe" "your" "project"] +homepage: "https://github.com/username/reponame" +doc: "https://url/to/documentation" +bug-reports: "https://github.com/username/reponame/issues" +depends: [ + "ocaml" + "dune" {>= "3.16"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/username/reponame.git" -- cgit v1.2.3-54-g00ecf