forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] melange-webapi (0.21.0)
CHANGES: * feat: bind to new FormData(HtmlFormElement) by @andreypopp (melange-community/melange-webapi#13) * fix: compatibilty with Melange v3 by @anmonteiro (melange-community/melange-webapi#16)
- Loading branch information
1 parent
c2acc94
commit 3282b83
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
opam-version: "2.0" | ||
synopsis: "Melange bindings to the DOM" | ||
description: "Melange bindings to the DOM and other Web APIs." | ||
maintainer: [ | ||
"Javier Chávarri <[email protected]>" | ||
"David Sancho <[email protected]>" | ||
] | ||
authors: ["Cheng Lou <[email protected]>"] | ||
license: "MIT" | ||
homepage: "https://github.com/melange-community/melange-webapi" | ||
bug-reports: "https://github.com/melange-community/melange-webapi/issues" | ||
depends: [ | ||
"dune" {>= "3.8"} | ||
"ocaml" | ||
"melange" {>= "2.0.0"} | ||
"melange-fetch" | ||
"reason" {>= "3.10"} | ||
"ocaml-lsp-server" {with-test} | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/melange-community/melange-webapi.git" | ||
url { | ||
src: | ||
"https://github.com/melange-community/melange-webapi/releases/download/0.21.0/melange-webapi-0.21.0.tbz" | ||
checksum: [ | ||
"sha256=13005ea0d9f1d688389cc3abf4154fc61da60aaaf541c9d3ee508366bc1b12c1" | ||
"sha512=33a05a521a546bb21dc6372c8d196d39da164d2352c26985169e9045f68147dae6c092b6e4249fa8cc6198223b90e1d29bdd581c00cc46e0dce7c1144dd48b18" | ||
] | ||
} | ||
x-commit-hash: "adbca8879d81acddd06e397e23d702cf50ffd207" |