this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Curly is a brain dead wrapper around the curl command line utility" 4maintainer: ["rudi.grinberg@gmail.com"] 5authors: ["Rudi Grinberg"] 6license: "ISC" 7homepage: "https://github.com/rgrinberg/curly" 8bug-reports: "https://github.com/rgrinberg/curly/issues" 9depends: [ 10 "dune" {>= "2.4"} 11 "ocaml" {>= "4.02.3"} 12 "base-unix" 13 "result" 14 "alcotest" {with-test} 15 "cohttp-lwt-unix" {with-test & != "3.0.0"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test & ocaml:version >= "4.05.0"} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/rgrinberg/curly.git" 33x-commit-hash: "9417bd97fdf293f469c38e726c169583638d5aa1" 34url { 35 src: 36 "https://github.com/rgrinberg/curly/releases/download/0.2.0/curly-0.2.0.tbz" 37 checksum: [ 38 "sha256=d350f5fb4dc2ab12eb3e805b356a5228ecc00497fadc38502c0d6445676e781f" 39 "sha512=ae5a704e6849d60739203f7704ae0fb62408f171cfc910db5f2bfa62ae4be13edcec938387ee6a3680eebe3442c08b08b024fd4d65dbcb5bacb040cf43c69468" 40 ] 41}