Skip to content

Commit ed00604

Browse files
committed
Package ulex-camlp5.1.3
1 parent 4d71c85 commit ed00604

File tree

1 file changed

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

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
remove: [["ocamlfind" "remove" "ulex-camlp5"]]
15+
flags: light-uninstall
16+
depends: [
17+
"ocaml" {>="5.0.0"}
18+
"ocamlfind" {build}
19+
"camlp5" {>= "8.00.04"}
20+
"camlp-streams"
21+
"ocamlbuild" {build}
22+
]
23+
url {
24+
src:
25+
"https://github.com/sacerdot/ulex/archive/refs/tags/v1.3-camlp5.tar.gz"
26+
checksum: [
27+
"md5=32033b89d244886d227801437f4b68fa"
28+
"sha512=1087e554cc5e5841d42756904da60180a99a4b1d0c7df519b039bc891b0a9f28d547320b34732cefe5683323a5f6c547025dd925cebca14342f9d985d586fe12"
29+
]
30+
}

0 commit comments

Comments
 (0)