samoht / assemblage

A collection of tools to manage the configuration of OCaml projects
54 stars 4 forks source link

Assemblage.lib byte code only #98

Closed dbuenzli closed 10 years ago

dbuenzli commented 10 years ago

Provide a way to define a bytecode only library (that is even if HAS_NATIVE is true). Example a library using vmthreads cannot be compiled to native-code (ocamlopt itself doesn't support the flag).

samoht commented 10 years ago

Should the available argument be used to describe that?

dbuenzli commented 10 years ago

Well we also have shortcuts for that in bin, I think that the fact that you need to create a conflict is not very intuitive.