Skip to content

Commit 4031ecb

Browse files
authored
Merge pull request ocaml#22815 from sacerdot/opam-publish-ulex-camlp5.1.3
Package ulex-camlp5.1.3
2 parents c44c665 + f1b7595 commit 4031ecb

File tree

1 file changed

+28
-0
lines changed
  • packages/ulex-camlp5/ulex-camlp5.1.3

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: ["[email protected]"]
4+
license: "MIT"
5+
homepage: "https://github.com/whitequark/ulex"
6+
dev-repo: "git+https://github.com/whitequark/ulex.git"
7+
bug-reports: "https://github.com/whitequark/ulex/issues"
8+
synopsis: "A lexer generator for Unicode (backported to camlp5)"
9+
build: [
10+
[make]
11+
[make "all.opt"]
12+
]
13+
install: [make "install"]
14+
depends: [
15+
"ocaml" {>="5.0.0"}
16+
"ocamlfind" {build}
17+
"camlp5" {>= "8.00.04"}
18+
"camlp-streams"
19+
"ocamlbuild" {build}
20+
]
21+
url {
22+
src:
23+
"https://github.com/sacerdot/ulex/archive/refs/tags/v1.3-camlp5.tar.gz"
24+
checksum: [
25+
"md5=32033b89d244886d227801437f4b68fa"
26+
"sha512=1087e554cc5e5841d42756904da60180a99a4b1d0c7df519b039bc891b0a9f28d547320b34732cefe5683323a5f6c547025dd925cebca14342f9d985d586fe12"
27+
]
28+
}

0 commit comments

Comments
 (0)