File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/ulex-camlp5/ulex-camlp5.1.3 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ 3+ 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+ }
You can’t perform that action at this time.
0 commit comments