this repo has no description

Package ezjs_fetch.0.3

Max 543da3c9 328bf879

Changed files
+39
packages
ezjs_fetch
ezjs_fetch.0.3
+39
packages/ezjs_fetch/ezjs_fetch.0.3/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Bindings for Fetch"
+
description: "Bindings for Fetch"
+
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
+
authors: ["OCamlPro <contact@ocamlpro.com>"]
+
license: "LGPL-2.1-or-later"
+
homepage: "https://github.com/ocamlpro/ezjs_fetch"
+
bug-reports: "https://github.com/ocamlpro/ezjs_fetch/issues"
+
depends: [
+
"dune" {>= "2.9"}
+
"ezjs_min" {>= "0.3"}
+
"odoc" {with-doc}
+
]
+
depopts: ["lwt"]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"--promote-install-files=false"
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
["dune" "install" "-p" name "--create-install-files" name]
+
]
+
dev-repo: "git+https://github.com/ocamlpro/ezjs_fetch.git"
+
url {
+
src: "https://github.com/OCamlPro/ezjs_fetch/archive/refs/tags/0.3.tar.gz"
+
checksum: [
+
"md5=6cd4122c904099d8c61e3bb435ce3382"
+
"sha512=51a5e3ac727c04a34cb054f22774c11270817f3abb5248f6001a5ece24dc55b39e7b0d26489399e75cd77f1770434336fd778bea8d6e806905d770c39a1d7670"
+
]
+
}