How to use ocamlbuild with OPAM in ocaml? -
i wrote 2 libraries (bson.ml , mongo.ml) in ocaml.
i wish enable opam.
in the instruction of opam, says needs make build , make install.
i using ocamlbuild , ocamlfind build , install library locally.
how can produce make file opam?
just way other packages it. example sequence package uses vanilla ocamlbuild , ocamlfind. here's opam package description it: https://github.com/ocamlpro/opam-repository/tree/master/packages/sequence.0.3.4 opam file specifically.
Comments
Post a Comment