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/bin/dune | 4 ++++ bindgen/ocaml/bin/main.ml | 1 + 2 files changed, 5 insertions(+) create mode 100644 bindgen/ocaml/bin/dune create mode 100644 bindgen/ocaml/bin/main.ml (limited to 'bindgen/ocaml/bin') diff --git a/bindgen/ocaml/bin/dune b/bindgen/ocaml/bin/dune new file mode 100644 index 0000000..fd2576a --- /dev/null +++ b/bindgen/ocaml/bin/dune @@ -0,0 +1,4 @@ +(executable + (public_name celeritas) + (name main) + (libraries celeritas)) diff --git a/bindgen/ocaml/bin/main.ml b/bindgen/ocaml/bin/main.ml new file mode 100644 index 0000000..7bf6048 --- /dev/null +++ b/bindgen/ocaml/bin/main.ml @@ -0,0 +1 @@ +let () = print_endline "Hello, World!" -- cgit v1.2.3-70-g09d2