this repo has no description
1opam-version: "2.0" 2maintainer: "0zat <0.zat.zer0@gmail.com>" 3authors: ["0zat"] 4homepage: "https://github.com/0zat/webidl" 5bug-reports: "https://github.com/0zat/webidl" 6dev-repo: "git+https://github.com/0zat/webidl.git" 7build: ["ocaml" "setup.ml" "build"] 8install: ["ocaml" "setup.ml" "install"] 9remove: ["ocaml" "setup.ml" "remove"] 10depends: [ 11 "ocaml" {>= "4.03.0"} 12 "ocamlfind" {build & >= "1.7.1"} 13 "ocamlbuild" {build & >= "0.11.0"} 14 "menhir" {build & >= "20170101"} 15 "ppx_deriving" {>= "4.1"} 16] 17synopsis: "Web IDL parser" 18description: """ 19- parse Web IDL(https://heycam.github.io/webidl/) 20- convert them to OCaml data 21- print them by deriving.show""" 22url { 23 src: "https://github.com/0zat/webidl/archive/v1.1.zip" 24 checksum: [ 25 "sha256=fe6c704bf0fa3b54ec5ab93faf7b1646aa7f0bdde48a4632a019d56de88cfdb7" 26 "md5=54b980ea97ac717cf15b816e61d1b5b0" 27 ] 28}