add fun ocaml project
This commit is contained in:
11
macho-ocaml/bin/dune
Normal file
11
macho-ocaml/bin/dune
Normal 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))))
|
Reference in New Issue
Block a user