diff --git a/vendor/opam-file-format/src/jbuild b/vendor/opam-file-format/src/jbuild new file mode 100644 index 00000000..ff7943fb --- /dev/null +++ b/vendor/opam-file-format/src/jbuild @@ -0,0 +1,12 @@ +(jbuild_version 1) + +(library + ((name jbuilder_opam_file_format))) + +(ocamllex (opamLexer)) +(ocamlyacc (opamBaseParser)) + +(rule + ((targets (opamParserTypes.ml)) + (deps (opamParserTypes.mli)) + (action (copy-and-add-line-directive ${<} ${@}))))