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"] {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.3.0/travis-opam-1.3.0.tbz" 33 checksum: [ 34 "sha256=1a6f50062407ada135452375c3d0800b2e26fa55244d2d9fc4dd1df463618399" 35 "md5=92ec20a8e0e86c0599b909c50d478b9c" 36 ] 37}