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" {>= "5.1"}
15 "melange" {>= "2.0.0" & < "3.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.20.0/melange-webapi-0.20.0.tbz"
39 checksum: [
40 "sha256=eea28fba52c856cbd9a4b8f8cb429d3a2741e2fa402b0cde290a50566b318143"
41 "sha512=0cf2cecca9ce9666acded365e7a7e638b0dc5ff0e5079df90ec509a627a1b0f0c0f5ce9d7b0cfafda30c461f05b8329c800a16b5e21fa77b97051b7a4d3da915"
42 ]
43}
44x-commit-hash: "b7aed17a2e306350d718c6bbd0d6eb928eba60bd"