I wrote two libraries (Bson.ml and Mongo.ml) in ocaml.
I wish to enable it for opam
.
In the instruction of opam
, it says it needs make build
and make install
.
I am always using ocamlbuild
and ocamlfind
to build and install my library locally.
How can I produce a make
file for opam
?