this repo has no description
1opam-version: "2.0"
2maintainer: "thomas@gazagnaire.org"
3homepage: "https://github.com/ocaml/ocaml-ci-scripts"
4bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
5dev-repo: "git+https://github.com/ocaml/ocaml-ci-scripts.git"
6authors: [
7 "Thomas Gazagnaire"
8 "Richard Mortier"
9 "David Sheets"
10]
11
12depends: [
13 "ocaml" {< "5.0"}
14 "ocamlbuild" {build}
15]
16depexts: [
17 ["jq"] {os-distribution = "alpine"}
18 ["jq"] {os-distribution = "centos"}
19 ["jq"] {os-family = "debian"}
20 ["jq"] {os-distribution = "fedora"}
21 ["jq"] {os-distribution = "homebrew" & os = "macos"}
22 ["jq"] {os-family = "suse" | os-family = "opensuse"}
23 ["jq"] {os-distribution = "ol"}
24]
25build: [make]
26synopsis: "Travis CI (Continuous Integration) helpers"
27description: """
28This package installs a set of helper tools that integrate your
29OCaml project with the Travis CI (http://travis-ci.org) online
30continuous integration system.
31
32It can test several combinations of OCaml and OPAM across multiple
33Linux distributions, making it particularly handy for testing
34C linkage or external library dependencies quickly.
35
36See <https://github.com/ocaml/ocaml-ci-scripts> for more
37information and usage."""
38url {
39 src: "https://github.com/ocaml/ocaml-ci-scripts/archive/v1.1.0.tar.gz"
40 checksum: [
41 "sha256=2e20d684821d6159385e901f7fd3194f5b643edcc4edf78dd9384e523a179010"
42 "md5=cd1141d93feecf2c7585a927be9e7e5c"
43 ]
44}