diff --git a/packages/travis-opam/travis-opam.1.2.0/descr b/packages/travis-opam/travis-opam.1.2.0/descr new file mode 100644 index 00000000000..215b2e8b923 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.2.0/descr @@ -0,0 +1,6 @@ +Scripts for OCaml projects + +Supported CI: + +- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and OSX workers. +- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers. \ No newline at end of file diff --git a/packages/travis-opam/travis-opam.1.2.0/opam b/packages/travis-opam/travis-opam.1.2.0/opam new file mode 100644 index 00000000000..8201e15c5e6 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.2.0/opam @@ -0,0 +1,22 @@ +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" +doc: "https://ocaml.github.io/ocaml-ci-scripts/" + +authors: [ + "Thomas Gazagnaire" + "Richard Mortier" + "David Sheets" +] + +build: [ + ["jbuilder" "subst"] {pinned} + ["jbuilder" "build" "-p" name "-j" jobs] +] + +depends: [ + "jbuilder" {build} + "jsonm" {build} +] diff --git a/packages/travis-opam/travis-opam.1.2.0/url b/packages/travis-opam/travis-opam.1.2.0/url new file mode 100644 index 00000000000..df3ecf14ae2 --- /dev/null +++ b/packages/travis-opam/travis-opam.1.2.0/url @@ -0,0 +1,2 @@ +archive: "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.2.0/travis-opam-1.2.0.tbz" +checksum: "73e7bcc6ca14e30bc37c76379ed108d5" \ No newline at end of file