From 7b86e3251a28406862fe16d49f8533beb8ca3150 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 28 Jul 2024 00:10:00 +1000 Subject: start on ocaml bindings --- bindgen/ocaml/celeritas.opam | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bindgen/ocaml/celeritas.opam (limited to 'bindgen/ocaml/celeritas.opam') 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" -- cgit v1.2.3-70-g09d2