this repo has no description
1opam-version: "2.0" 2synopsis: "Scripts for OCaml projects" 3description: """ 4Supported CI: 5 6- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and macOS workers. 7- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers.""" 8maintainer: "thomas@gazagnaire.org" 9authors: ["Thomas Gazagnaire" "Richard Mortier" "David Sheets" "Anil Madhavapeddy"] 10homepage: "https://github.com/ocaml/ocaml-ci-scripts" 11doc: "https://ocaml.github.io/ocaml-ci-scripts/" 12bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues" 13depends: [ 14 "dune" 15 "ocaml" {< "5.0"} 16 "jsonm" {build} 17 "opam-file-format" {build} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 ["dune" "build" "-p" name "-j" jobs] 22] 23dev-repo: "git+https://github.com/ocaml/ocaml-ci-scripts.git" 24url { 25 src: 26 "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.5.0/travis-opam-1.5.0.tbz" 27 checksum: [ 28 "sha256=4b878eccad8eb3bf0d7d3e0c144e4eacfb8075c058bafafd1a1f3c122d3ca012" 29 "sha512=d9db97ab55f036e136594d8390159a77d66ec8e17ec8bc17dc905b5c7c7e0a7789a91de1bc1568ae5923142698b62b74e53d23e12330c10fbd174d1ffe62942a" 30 ] 31}