-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f53fc0
commit b7aed17
Showing
4 changed files
with
50 additions
and
98 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 |
---|---|---|
|
@@ -3,3 +3,34 @@ | |
(using melange 0.1) | ||
|
||
(name melange-webapi) | ||
|
||
(generate_opam_files true) | ||
|
||
(source | ||
(github melange-community/melange-webapi)) | ||
|
||
(authors "Cheng Lou <[email protected]>") | ||
|
||
(maintainers | ||
"Javier Ch\195\161varri <[email protected]>" | ||
"David Sancho <[email protected]>") | ||
|
||
(homepage "https://github.com/melange-community/melange-webapi") | ||
|
||
(bug_reports "https://github.com/melange-community/melange-webapi/issues") | ||
|
||
(license "MIT") | ||
|
||
(package | ||
(name melange-webapi) | ||
(synopsis "Melange bindings to the DOM") | ||
(description "Melange bindings to the DOM and other Web APIs.") | ||
(depends | ||
(ocaml | ||
(>= "5.1")) | ||
(melange | ||
(>= "2.0.0")) | ||
melange-fetch | ||
(reason | ||
(>= "3.10")) | ||
(ocaml-lsp-server :with-test))) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -6,17 +6,14 @@ maintainer: [ | |
"Javier Chávarri <[email protected]>" | ||
"David Sancho <[email protected]>" | ||
] | ||
authors: [ | ||
"chenglou" | ||
] | ||
authors: ["Cheng Lou <[email protected]>"] | ||
license: "MIT" | ||
homepage: "https://github.com/melange-community/melange-webapi/" | ||
doc: "https://github.com/melange-community/melange-webapi/" | ||
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"} | ||
"ocaml" {>= "5.1"} | ||
"melange" {>= "2.0.0"} | ||
"melange-fetch" | ||
"reason" {>= "3.10"} | ||
"ocaml-lsp-server" {with-test} | ||
|
@@ -37,8 +34,3 @@ build: [ | |
] | ||
] | ||
dev-repo: "git+https://github.com/melange-community/melange-webapi.git" | ||
pin-depends: [ | ||
[ "melange.2.0.0" "git+https://github.com/melange-re/melange.git#e114ad55d185badeb32b3c766c9ab547495eac1b" ] | ||
[ "reason.3.10.0" "git+https://github.com/reasonml/reason.git#972261dab3b651ff8ab9b8b9fcc32940595073dc" ] | ||
[ "melange-fetch.dev" "git+https://github.com/melange-community/melange-fetch.git#796f941b6b85eb7e6182ac6e4f40708bfde7a9a9" ] | ||
] |