diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-28 00:10:00 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-28 00:10:00 +1000 |
commit | 7b86e3251a28406862fe16d49f8533beb8ca3150 (patch) | |
tree | a90166418ada7ad88500843ce8881a453c1d4721 /bindgen/ocaml/lib/dune | |
parent | 6b004c5ac6a25f1020774276803b62e8619ea61e (diff) |
start on ocaml bindings
Diffstat (limited to 'bindgen/ocaml/lib/dune')
-rw-r--r-- | bindgen/ocaml/lib/dune | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen/ocaml/lib/dune b/bindgen/ocaml/lib/dune new file mode 100644 index 0000000..6803cec --- /dev/null +++ b/bindgen/ocaml/lib/dune @@ -0,0 +1,2 @@ +(library + (name celeritas)) |