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.3.zip" 24 checksum: [ 25 "sha256=5bdaeda27d64386da259d483ead66cae43a5a7a4015f2d2332506d86bcf28afa" 26 "md5=0e333477e155df4b5de46b46d6a852cd" 27 ] 28}