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 "js_of_ocaml" {>= "3.6"} 13 "js_of_ocaml-ppx" {>= "3.6"} 14 "ezjs_min" {>= "0.1" & < "0.2"} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/ocamlpro/ezjs_fetch.git" 31url { 32 src: "https://github.com/OCamlPro/ezjs_fetch/archive/0.1.tar.gz" 33 checksum: [ 34 "sha256=e0f08d66fe38721710fbf139a6a4230edd71db39b0660020533b73a7c2cd77d3" 35 "sha512=3062bb9096d89a13b6cabf79760222e815d0588c6aaa73ee343763971429dd4f62002eb7f9de6d5cca85e2d48806b1d4a50f2a94318ccd44ccb0815db3f22152" 36 ] 37}