diff --git a/packages/travis-opam/travis-opam.1.1.0/descr b/packages/travis-opam/travis-opam.1.1.0/descr new file mode 100644 index 00000000000..7fa3307d945 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.1.0/descr @@ -0,0 +1,12 @@ +Travis CI (Continuous Integration) helpers + +This package installs a set of helper tools that integrate your +OCaml project with the Travis CI (http://travis-ci.org) online +continuous integration system. + +It can test several combinations of OCaml and OPAM across multiple +Linux distributions, making it particularly handy for testing +C linkage or external library dependencies quickly. + +See for more +information and usage. diff --git a/packages/travis-opam/travis-opam.1.1.0/opam b/packages/travis-opam/travis-opam.1.1.0/opam new file mode 100644 index 00000000000..5aed662b787 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.1.0/opam @@ -0,0 +1,27 @@ +opam-version: "1.2" +maintainer: "thomas@gazagnaire.org" +homepage: "https://github.com/ocaml/ocaml-ci-scripts" +bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues" +dev-repo: "https://github.com/ocaml/ocaml-ci-scripts.git" +authors: [ + "Thomas Gazagnaire" + "Richard Mortier" + "David Sheets" +] + +depends: [ + "ocamlbuild" {build} +] + +depexts: [ + [["alpine"] ["jq"]] + [["centos"] ["jq"]] + [["debian"] ["jq"]] + [["fedora"] ["jq"]] + [["homebrew" "osx"] ["jq"]] + [["opensuse"] ["jq"]] + [["oraclelinux"] ["jq"]] + [["ubuntu"] ["jq"]] +] + +build: [make] diff --git a/packages/travis-opam/travis-opam.1.1.0/url b/packages/travis-opam/travis-opam.1.1.0/url new file mode 100644 index 00000000000..531b6c8b0b0 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.1.0/url @@ -0,0 +1,2 @@ +http: "https://github.com/ocaml/ocaml-ci-scripts/archive/v1.1.0.tar.gz" +checksum: "cd1141d93feecf2c7585a927be9e7e5c"