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"} "menhir" {build & >= "20170101"} "ppx_deriving" {>= "4.1"} ] synopsis: "Web IDL parser" description: """ - parsing 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.0.zip" checksum: [ "sha256=ee8f5000ae2fed9ad6dfe51a04d6112ed71c8e9b675322d15680c8c7c8329369" "md5=f349a77b7bc84724f4e9b83ab689bec5" ] }