oasis icon indicating copy to clipboard operation
oasis copied to clipboard

CamlP4 syntax extension module

Open gildor478 opened this issue 4 years ago • 0 comments

This feature request has been migrated from artifact #986 on forge.ocamlcore.org. It was assigned to user102.

user273 posted on 2011-06-04 16:01:35:

Currently it seems there is no way to state a package is for CamlP4 syntax extension. I use "Library" with CompiledObject: byte , but oasis thinks that it should create a .cma and prints warning like:

W: Cannot find an existing alternative files among: pa_monad_custom.cma

Normally CamlP4 module is just a .cmo, not .cma.

user102 replied on 2011-11-24 23:24:06:

This should be solved by introducing "Object" section which should be much like "Library" section but producing a single .cmo/.cmx.

gildor478 avatar Oct 24 '20 16:10 gildor478