File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ bug-reports: "https://github.com/melange-community/melange-fetch"
88depends: [
99 "dune" {>= "3.8"}
1010 "ocaml"
11- "melange" {>= "2.0.0" & <= "5.0 .0"}
11+ "melange" {>= "2.0.0" & < "5.1 .0"}
1212 "odoc" {with-doc}
1313]
1414build: [
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 <anmonteiro@gmail.com>"]
4+ authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
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"
11+ "melange" {>= "5.0.0"}
12+ "odoc" {with-doc}
13+ "reason" {with-dev-setup}
14+ "ocamlformat" {with-dev-setup}
15+ "ocaml-lsp-server" {with-dev-setup}
16+ ]
17+ build: [
18+ ["dune" "subst"] {dev}
19+ [
20+ "dune"
21+ "build"
22+ "-p"
23+ name
24+ "-j"
25+ jobs
26+ "@install"
27+ "@runtest" {with-test}
28+ "@doc" {with-doc}
29+ ]
30+ ]
31+ dev-repo: "git+https://github.com/melange-community/melange-fetch.git"
32+ url {
33+ src:
34+ "https://github.com/melange-community/melange-fetch/releases/download/0.2.0/melange-fetch-0.2.0.tbz"
35+ checksum: [
36+ "sha256=c92c5bb7b3d19b43177e86c10fcab2694cdca981d065ae4ebc7234aa811665ef"
37+ "sha512=8a989b972aff865fa796e203ba19604e122ddb1fc555fe71b295dbf158055f6253a64a709014cfe55b1200fcc72793a438db41997ce28bf47cad6a6214c7655d"
38+ ]
39+ }
40+ x-commit-hash: "fc086e560d6dbb7889a23b6ad57f2c04f4f5ad63"
You can’t perform that action at this time.
0 commit comments