We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6623a4 + 4d771fb commit 894a1efCopy full SHA for 894a1ef
META
@@ -3,3 +3,4 @@ description = "Tools for authors of ppx rewriters and other syntactic tools"
3
archive(byte) = "ppx_tools.cma"
4
archive(native) = "ppx_tools.cmxa"
5
requires = "compiler-libs.common"
6
+ppx = "./ppx_metaquot"
opam
@@ -0,0 +1,9 @@
1
+opam-version: "1"
2
+maintainer: "[email protected]"
+build: [
+ [make "all"]
+ [make "install"]
+]
7
+remove: [["ocamlfind" "remove" "ppx_tools"]]
8
+depends: ["ocamlfind" {>= "1.5.0"}]
9
+ocaml-version: [>= "4.02.0"]
0 commit comments