File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/ulex-camlp5/ulex-camlp5.1.3 Expand file tree Collapse file tree 1 file changed +28
-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+ 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+ }
You can’t perform that action at this time.
0 commit comments