Skip to content

Commit 543da3c

Browse files
committed
Package ezjs_fetch.0.3
1 parent 328bf87 commit 543da3c

File tree

1 file changed

+39
-0
lines changed
  • packages/ezjs_fetch/ezjs_fetch.0.3

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Bindings for Fetch"
4+
description: "Bindings for Fetch"
5+
maintainer: ["OCamlPro <[email protected]>"]
6+
authors: ["OCamlPro <[email protected]>"]
7+
license: "LGPL-2.1-or-later"
8+
homepage: "https://github.com/ocamlpro/ezjs_fetch"
9+
bug-reports: "https://github.com/ocamlpro/ezjs_fetch/issues"
10+
depends: [
11+
"dune" {>= "2.9"}
12+
"ezjs_min" {>= "0.3"}
13+
"odoc" {with-doc}
14+
]
15+
depopts: ["lwt"]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"--promote-install-files=false"
26+
"@install"
27+
"@runtest" {with-test}
28+
"@doc" {with-doc}
29+
]
30+
["dune" "install" "-p" name "--create-install-files" name]
31+
]
32+
dev-repo: "git+https://github.com/ocamlpro/ezjs_fetch.git"
33+
url {
34+
src: "https://github.com/OCamlPro/ezjs_fetch/archive/refs/tags/0.3.tar.gz"
35+
checksum: [
36+
"md5=6cd4122c904099d8c61e3bb435ce3382"
37+
"sha512=51a5e3ac727c04a34cb054f22774c11270817f3abb5248f6001a5ece24dc55b39e7b0d26489399e75cd77f1770434336fd778bea8d6e806905d770c39a1d7670"
38+
]
39+
}

0 commit comments

Comments
 (0)