diff options
Diffstat (limited to 'bindgen/ocaml/celeritas.opam')
-rw-r--r-- | bindgen/ocaml/celeritas.opam | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bindgen/ocaml/celeritas.opam b/bindgen/ocaml/celeritas.opam new file mode 100644 index 0000000..bd5c0c8 --- /dev/null +++ b/bindgen/ocaml/celeritas.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: ["Maintainer Name"] +authors: ["Author Name"] +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.14"} + "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" |