this repo has no description
1opam-version: "2.0" 2synopsis: "Bindings for Fetch" 3description: "Bindings for Fetch" 4maintainer: "OCamlPro <contact@ocamlpro.com>" 5authors: "OCamlPro <contact@ocamlpro.com>" 6license: "LGPL-2.1-only" 7homepage: "https://github.com/ocamlpro/ezjs_fetch" 8bug-reports: "https://github.com/ocamlpro/ezjs_fetch/issues" 9depends: [ 10 "ocaml" {>= "4.05"} 11 "dune" {>= "2.0"} 12 "ezjs_min" {>= "0.2"} 13] 14depopts: ["lwt"] 15build: [ 16 ["dune" "subst"] {dev} 17 [ 18 "dune" 19 "build" 20 "-p" 21 name 22 "-j" 23 jobs 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28] 29dev-repo: "git+https://github.com/ocamlpro/ezjs_fetch.git" 30url { 31 src: "https://github.com/ocamlpro/ezjs_fetch/archive/0.2.tar.gz" 32 checksum: [ 33 "md5=3bd13e4b39683abb37751c356aa1ecb9" 34 "sha512=e1ac365f2755adba41d62580c96148c5bbcee223e35e2b54a863a6800d61eedde27bee0b0335217f5c0779d9177df8055288ae19bf7ab6bc85e5c010207fb265" 35 ] 36}