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 "menhir" {build & >= "20170101"} 15 "ppx_deriving" {>= "4.1"} 16] 17synopsis: "Web IDL parser" 18description: """ 19- parsing 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.0.zip" 24 checksum: [ 25 "sha256=ee8f5000ae2fed9ad6dfe51a04d6112ed71c8e9b675322d15680c8c7c8329369" 26 "md5=f349a77b7bc84724f4e9b83ab689bec5" 27 ] 28}