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.7"}
11 "ocaml" {>= "4.03.0"}
12 "base-unix"
13 "result"
14 "alcotest" {with-test}
15 "cohttp-lwt-unix" {with-test}
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.04"}
29 "@doc" {with-doc}
30 ]
31]
32dev-repo: "git+https://github.com/rgrinberg/curly.git"
33url {
34 src:
35 "https://github.com/rgrinberg/curly/releases/download/0.3.0/curly-0.3.0.tbz"
36 checksum: [
37 "sha256=427fcf28134e70cb77764d9feee243f31d32a38447a1b5d28d341c93b7dc5d3c"
38 "sha512=a8313c902f96a352fb5f592b0b4d2dbd72efcd92a688c812350be5561442d418b64ab0325e2ffe181385268224dc51a66107451a11b59e45a50e38827b9a9912"
39 ]
40}
41x-commit-hash: "a76ff4070d41b884afb10ad7bf74976fef5c66a4"