opam-version: "2.0"
maintainer:   "thomas@gazagnaire.org"
homepage:     "https://github.com/ocaml/ocaml-ci-scripts"
bug-reports:  "https://github.com/ocaml/ocaml-ci-scripts/issues"
dev-repo: "git+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: [
  "ocaml"
  "jbuilder"
  "jsonm" {build}
]
synopsis: "Scripts for OCaml projects"
description: """
Supported CI:

- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and OSX workers.
- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers."""
url {
  src:
    "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.3.0/travis-opam-1.3.0.tbz"
  checksum: "md5=92ec20a8e0e86c0599b909c50d478b9c"
}
