this repo has no description
1opam-version: "2.0" 2maintainer: "claudio.sacerdoticoen@unibo.it" 3authors: ["Alain.Frisch@inria.fr"] 4homepage: "https://github.com/whitequark/ulex" 5dev-repo: "git+https://github.com/whitequark/ulex.git" 6bug-reports: "https://github.com/whitequark/ulex/issues" 7synopsis: "A lexer generator for Unicode (backported to camlp5)" 8build: [ 9 [make] 10 [make "all.opt"] 11] 12install: [make "install"] 13remove: [["ocamlfind" "remove" "ulex-camlp5"]] 14flags: light-uninstall 15depends: [ 16 "ocaml" {>="4.02.0"} 17 "ocamlfind" {build} 18 "camlp5" {<= "7.99"} 19 "ocamlbuild" {build} 20] 21url { 22 src: "https://github.com/sacerdot/ulex/archive/v1.2-camlp5.tar.gz" 23 checksum: [ 24 "md5=60aeff1073fe9bbb1be46b2da3a7618a" 25 "sha512=38a45fbb75341b957518447f0cbcd4e36933ba69ce8bf7e314b18cf5af1b809744727a97e6f383eb1d18ad6567de378d1308773ccb1adb6bed0b934c8aa7f1be" 26 ] 27}