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.9.3"} 14 "ppx_deriving" {>= "4.1"} 15 "menhir" {build & >= "20170607" & < "20211215"} 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.4.zip" 24 checksum: [ 25 "sha256=3c047e10e098456763eba65cc3833aa1d5abf8bcdbbeddf8efe8c50f16d1585b" 26 "md5=9325536dcc30213352a8a8caf69ec3ce" 27 ] 28}