ligo/vendors/Preprocessor/Preprocessor.install
Christian Rinderknecht c0ee726fb2 Simple_utils is now used as a library by the local builds.
Preprocessor is now a library installed by opam.
Replaced ligolang@gmail.com by contact@ligolang.org in opam files.
Reformatted some opam files.
Removed #line directive from preprocessor.
Added to the interface of ParserUnit.
Script messages.sh now checks the identity of .msg and .msg.old
to avoid undue warning about possibly different LR items.
2020-04-07 18:33:46 +02:00

36 lines
1.9 KiB
Plaintext

lib: [
"_build/install/default/lib/Preprocessor/META"
"_build/install/default/lib/Preprocessor/E_Lexer.mli"
"_build/install/default/lib/Preprocessor/E_Lexer.mll"
"_build/install/default/lib/Preprocessor/EvalOpt.mli"
"_build/install/default/lib/Preprocessor/EvalOpt.ml"
"_build/install/default/lib/Preprocessor/Preproc.mli"
"_build/install/default/lib/Preprocessor/Preproc.mll"
"_build/install/default/lib/Preprocessor/E_AST.ml"
"_build/install/default/lib/Preprocessor/Preprocessor.a"
"_build/install/default/lib/Preprocessor/Preprocessor.cma"
"_build/install/default/lib/Preprocessor/Preprocessor.cmxa"
"_build/install/default/lib/Preprocessor/Preprocessor.cmxs"
"_build/install/default/lib/Preprocessor/dune-package"
"_build/install/default/lib/Preprocessor/opam"
"_build/install/default/lib/Preprocessor/Preprocessor.cmi"
"_build/install/default/lib/Preprocessor/Preprocessor.cmt"
"_build/install/default/lib/Preprocessor/Preprocessor.cmx"
"_build/install/default/lib/Preprocessor/Preprocessor__E_Lexer.cmi"
"_build/install/default/lib/Preprocessor/Preprocessor__E_Lexer.cmt"
"_build/install/default/lib/Preprocessor/Preprocessor__E_Lexer.cmx"
"_build/install/default/lib/Preprocessor/Preprocessor__EvalOpt.cmi"
"_build/install/default/lib/Preprocessor/Preprocessor__EvalOpt.cmt"
"_build/install/default/lib/Preprocessor/Preprocessor__EvalOpt.cmx"
"_build/install/default/lib/Preprocessor/Preprocessor__Preproc.cmi"
"_build/install/default/lib/Preprocessor/Preprocessor__Preproc.cmt"
"_build/install/default/lib/Preprocessor/Preprocessor__Preproc.cmx"
"_build/install/default/lib/Preprocessor/Preprocessor__E_AST.cmi"
"_build/install/default/lib/Preprocessor/Preprocessor__E_AST.cmt"
"_build/install/default/lib/Preprocessor/Preprocessor__E_AST.cmx"
]
doc: [
"_build/install/default/doc/Preprocessor/LICENSE"
"_build/install/default/doc/Preprocessor/README.md"
]