Skip to content

Commit 894a1ef

Browse files
committed
Merge pull request #6 from whitequark/master
Add plumbing to integrate with ppx support in trunk ocamlfind
2 parents f6623a4 + 4d771fb commit 894a1ef

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

META

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ description = "Tools for authors of ppx rewriters and other syntactic tools"
33
archive(byte) = "ppx_tools.cma"
44
archive(native) = "ppx_tools.cmxa"
55
requires = "compiler-libs.common"
6+
ppx = "./ppx_metaquot"

opam

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
opam-version: "1"
2+
maintainer: "[email protected]"
3+
build: [
4+
[make "all"]
5+
[make "install"]
6+
]
7+
remove: [["ocamlfind" "remove" "ppx_tools"]]
8+
depends: ["ocamlfind" {>= "1.5.0"}]
9+
ocaml-version: [>= "4.02.0"]

0 commit comments

Comments
 (0)