this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Bindings for Fetch"
4description: "Bindings for Fetch"
5maintainer: ["OCamlPro <contact@ocamlpro.com>"]
6authors: ["OCamlPro <contact@ocamlpro.com>"]
7license: "LGPL-2.1-or-later"
8homepage: "https://github.com/ocamlpro/ezjs_fetch"
9bug-reports: "https://github.com/ocamlpro/ezjs_fetch/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ezjs_min" {>= "0.3"}
13 "odoc" {with-doc}
14]
15depopts: ["lwt"]
16build: [
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]
32dev-repo: "git+https://github.com/ocamlpro/ezjs_fetch.git"
33url {
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}