File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
packages/hurl/hurl.0.0.1~beta1 Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Robur <
[email protected] >"
3+ authors: ["Robur <
[email protected] >"]
4+ homepage: "https://github.com/robur-coop/hurl"
5+ dev-repo: "git+https://github.com/robur-coop/hurl.git"
6+ bug-reports: "https://github.com/robur-coop/hurl/issues"
7+ license: "BSD-3-clause"
8+
9+ depends: [
10+ "ocaml" {>= "5.1.0"}
11+ "dune" {>= "2.8.0"}
12+ "httpcats" {>= "0.1.0"}
13+ "mirage-crypto-rng-miou-unix"
14+ "hxd" {>= "0.3.4"}
15+ "multipart_form" {>= "0.6.0"}
16+ "cmdliner" {>= "1.3.0"}
17+ "jsonm"
18+ "decompress" {>= "1.5.0"}
19+ "bstr" {>= "0.0.2"}
20+ ]
21+ conflicts: [ "result" {< "1.5"} ]
22+ build: [
23+ ["dune" "subst"] {dev}
24+ ["dune" "build" "-p" name "-j" jobs]
25+ ]
26+ run-test: [ "dune" "runtest" "-p" name "-j1" ]
27+
28+ synopsis: "Hurl, a simple command-line HTTP client"
29+ url {
30+ src:
31+ "https://github.com/robur-coop/hurl/releases/download/v0.0.1_beta1/hurl-0.0.1.beta1.tbz"
32+ checksum: [
33+ "sha256=8ffb4d128cb0c471a1079f88ca9750ba88d73a27572fcb86d9cb4c2324ee90ed"
34+ "sha512=333dda92f47db307cd038ad196abd795c93e3998fad9589e38bd6af1cc1e63fb0b0cede5a47340b9cca08291622798c7365d1ea21292773fca3f86754c436cf2"
35+ ]
36+ }
37+ x-commit-hash: "407e260c8dbd33299fc91ce97d68d6104c58c655"
38+ x-ci-accept-failures: ["debian-11"]
You can’t perform that action at this time.
0 commit comments