added opam-file-format jbuild

This commit is contained in:
Jeremie Dimino 2017-05-07 11:52:36 +01:00 committed by Jeremie Dimino
parent 9aa3f9364f
commit 5f7d0b1093
1 changed files with 12 additions and 0 deletions

12
vendor/opam-file-format/src/jbuild vendored Normal file
View File

@ -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 ${<} ${@}))))