We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0562247 + 5ac5522 commit 50746b2Copy full SHA for 50746b2
packages/xml-light/xml-light.2.4/opam
@@ -6,6 +6,10 @@ depends: [
6
"ocamlfind"
7
]
8
dev-repo: "git+https://github.com/ncannasse/xml-light"
9
+build: [
10
+ [make "all"]
11
+ [make "opt"]
12
+]
13
install: [make "install_ocamlfind"]
14
synopsis: "Xml-Light is a minimal XML parser & printer for OCaml"
15
description: """
0 commit comments