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] 16synopsis: "Web IDL parser" 17description: """ 18- parse Web IDL(https://heycam.github.io/webidl/) 19- convert them to OCaml data 20- print them by deriving.show""" 21url { 22 src: "https://github.com/0zat/webidl/archive/v1.2.zip" 23 checksum: [ 24 "sha256=1c59da69e01ae4b5563727568ae470e39276a40fb5a43dd44aab46291409efeb" 25 "md5=bfb54b6b7e3fb6ee6b78a1451cf06616" 26 ] 27}