ocaml-obuild / obuild

simple package build system for ocaml
BSD 2-Clause "Simplified" License
55 stars 20 forks source link

feature request: automatically generate a .merlin file #106

Open UnixJunkie opened 10 years ago

UnixJunkie commented 10 years ago

this was suggested by Jerome Maloberti in an e-mail

UnixJunkie commented 9 years ago

Here is an example merlin file, with useful comments:

# where are .ml and .mli files
S libs
S main
S frontend
# where are .cmi and .cmt files
B libs
B main
B frontend
# dependencies (libraries)
PKG zarith dolog
jordwalke commented 9 years ago

This is another feature that CommonML does that I think would really be great here.