Skip to content

Commit fc9986e

Browse files
committed
Release melange-fetch.0.2.0
1 parent 4080d99 commit fc9986e

File tree

1 file changed

+40
-0
lines changed
  • packages/melange-fetch/melange-fetch.0.2.0

1 file changed

+40
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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"

0 commit comments

Comments
 (0)