this repo has no description
1opam-version: "2.0" 2synopsis: "Melange bindings to the DOM" 3description: "Melange bindings to the DOM and other Web APIs." 4maintainer: [ 5 "Javier Chávarri <javier.chavarri@gmail.com>" 6 "David Sancho <dsnxmoreno@gmail.com>" 7] 8authors: ["Cheng Lou <chenglou@users.noreply.github.com>"] 9license: "MIT" 10homepage: "https://github.com/melange-community/melange-webapi" 11bug-reports: "https://github.com/melange-community/melange-webapi/issues" 12depends: [ 13 "dune" {>= "3.8"} 14 "ocaml" 15 "melange" {>= "2.0.0"} 16 "melange-fetch" 17 "reason" {>= "3.10"} 18 "ocaml-lsp-server" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/melange-community/melange-webapi.git" 36url { 37 src: 38 "https://github.com/melange-community/melange-webapi/releases/download/0.21.0/melange-webapi-0.21.0.tbz" 39 checksum: [ 40 "sha256=13005ea0d9f1d688389cc3abf4154fc61da60aaaf541c9d3ee508366bc1b12c1" 41 "sha512=33a05a521a546bb21dc6372c8d196d39da164d2352c26985169e9045f68147dae6c092b6e4249fa8cc6198223b90e1d29bdd581c00cc46e0dce7c1144dd48b18" 42 ] 43} 44x-commit-hash: "adbca8879d81acddd06e397e23d702cf50ffd207"