add fun ocaml project

This commit is contained in:
2023-05-31 16:17:32 +07:00
parent 54f1f3eb38
commit 8b962dd88a
9 changed files with 594 additions and 0 deletions

11
macho-ocaml/bin/dune Normal file
View File

@ -0,0 +1,11 @@
(executable
(public_name macho)
(name main)
(libraries macho bitstring ppx_bitstring integers)
(preprocess
(pps ppx_bitstring)))
(env
(dev
(flags
(:standard -warn-error -A))))