Skip to content

Commit 50746b2

Browse files
authored
Merge pull request ocaml#23369 from Leonidas-from-XIV/xml-light-build
Add `build` field to XML-Light 2.4
2 parents 0562247 + 5ac5522 commit 50746b2

File tree

1 file changed

+4
-0
lines changed
  • packages/xml-light/xml-light.2.4

1 file changed

+4
-0
lines changed

packages/xml-light/xml-light.2.4/opam

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ depends: [
66
"ocamlfind"
77
]
88
dev-repo: "git+https://github.com/ncannasse/xml-light"
9+
build: [
10+
[make "all"]
11+
[make "opt"]
12+
]
913
install: [make "install_ocamlfind"]
1014
synopsis: "Xml-Light is a minimal XML parser & printer for OCaml"
1115
description: """

0 commit comments

Comments
 (0)