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"
6doc: "https://ocaml.github.io/ocaml-ci-scripts/"
7
8authors: [
9 "Thomas Gazagnaire"
10 "Richard Mortier"
11 "David Sheets"
12]
13
14build: [
15 ["jbuilder" "subst" "-p" name] {dev}
16 ["jbuilder" "build" "-p" name "-j" jobs]
17]
18
19depends: [
20 "ocaml" {< "5.0"}
21 "jbuilder" {>= "1.0+beta7"}
22 "jsonm" {build}
23]
24synopsis: "Scripts for OCaml projects"
25description: """
26Supported CI:
27
28- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and OSX workers.
29- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers."""
30url {
31 src:
32 "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.2.0/travis-opam-1.2.0.tbz"
33 checksum: [
34 "sha256=e13fdbc246c28a255826736d0617b2d6b493ba800ecb465a210fdb3db511cdd3"
35 "md5=73e7bcc6ca14e30bc37c76379ed108d5"
36 ]
37}