opam-version: "2.0" maintainer: "0zat <0.zat.zer0@gmail.com>" authors: "0zat" homepage: "https://github.com/0zat/webidl" bug-reports: "https://github.com/0zat/webidl" dev-repo: "git+https://github.com/0zat/webidl.git" build: ["ocaml" "setup.ml" "build"] install: ["ocaml" "setup.ml" "install"] remove: ["ocaml" "setup.ml" "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build & >= "1.7.1"} "ocamlbuild" {build & >= "0.9.3"} "ppx_deriving" {>= "4.1"} "menhir" {build & >= "20170607" & < "20211215"} ] synopsis: "Web IDL parser" description: """ - parse Web IDL(https://heycam.github.io/webidl/) - convert them to OCaml data - print them by deriving.show""" url { src: "https://github.com/0zat/webidl/archive/v1.3.zip" checksum: [ "sha256=5bdaeda27d64386da259d483ead66cae43a5a7a4015f2d2332506d86bcf28afa" "md5=0e333477e155df4b5de46b46d6a852cd" ] }