File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/melange-fetch/melange-fetch.0.1.0 Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Fetch API support for Melange"
3+ maintainer: ["Antonio Nuno Monteiro <
[email protected] >"]
4+ authors: ["Antonio Nuno Monteiro <
[email protected] >"]
5+ license: "MIT"
6+ homepage: "https://github.com/melange-community/melange-fetch"
7+ bug-reports: "https://github.com/melange-community/melange-fetch"
8+ depends: [
9+ "dune" {>= "3.8"}
10+ "ocaml" {>= "5.1"}
11+ "melange" {>= "2.0.0"}
12+ "odoc" {with-doc}
13+ ]
14+ build: [
15+ ["dune" "subst"] {dev}
16+ [
17+ "dune"
18+ "build"
19+ "-p"
20+ name
21+ "-j"
22+ jobs
23+ "@install"
24+ "@runtest" {with-test}
25+ "@doc" {with-doc}
26+ ]
27+ ]
28+ dev-repo: "git+https://github.com/melange-community/melange-fetch.git"
29+ url {
30+ src:
31+ "https://github.com/melange-community/melange-fetch/releases/download/0.1.0/melange-fetch-0.1.0.tbz"
32+ checksum: [
33+ "sha256=88fa27e183aa943496519f0ffaee7dbc98f102935285c71f17353ec9b344ff78"
34+ "sha512=41f7ba39f0c7ce6a9dc399488a2b8aceab11ed5bd3aa2e9254a31ff607c9558e76f61d54b8081dc40400fa6ed86097b7d962a7b6f68fab1bcf025f54a1a4169d"
35+ ]
36+ }
37+ x-commit-hash: "6120e88ef91417e8d2c5b9f4f205a1ce69b97e4f"
You can’t perform that action at this time.
0 commit comments