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/dune-project | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bindgen/ocaml/dune-project (limited to 'bindgen/ocaml/dune-project') diff --git a/bindgen/ocaml/dune-project b/bindgen/ocaml/dune-project new file mode 100644 index 0000000..3f94e1d --- /dev/null +++ b/bindgen/ocaml/dune-project @@ -0,0 +1,26 @@ +(lang dune 3.14) + +(name celeritas) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Author Name") + +(maintainers "Maintainer Name") + +(license LICENSE) + +(documentation https://url/to/documentation) + +(package + (name celeritas) + (synopsis "A short synopsis") + (description "A longer description") + (depends ocaml dune) + (tags + (topics "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project -- cgit v1.2.3-70-g09d2