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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -