this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25157 from anmonteiro/release-melange-webapi-0.21.0

[new release] melange-webapi (0.21.0)

authored by

Marcello Seri and committed by
GitHub
2f245a35 134adac1

+44
+44
packages/melange-webapi/melange-webapi.0.21.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Melange bindings to the DOM" 3 + description: "Melange bindings to the DOM and other Web APIs." 4 + maintainer: [ 5 + "Javier Chávarri <javier.chavarri@gmail.com>" 6 + "David Sancho <dsnxmoreno@gmail.com>" 7 + ] 8 + authors: ["Cheng Lou <chenglou@users.noreply.github.com>"] 9 + license: "MIT" 10 + homepage: "https://github.com/melange-community/melange-webapi" 11 + bug-reports: "https://github.com/melange-community/melange-webapi/issues" 12 + depends: [ 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 + ] 21 + build: [ 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 + ] 35 + dev-repo: "git+https://github.com/melange-community/melange-webapi.git" 36 + url { 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 + } 44 + x-commit-hash: "adbca8879d81acddd06e397e23d702cf50ffd207"