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" 6authors: [ 7 "Thomas Gazagnaire" 8 "Richard Mortier" 9 "David Sheets" 10 "Anil Madhavapeddy" 11] 12 13depends: [ 14 "ocaml" {< "5.0"} 15 "ocamlbuild" {build} 16] 17build: [make] 18synopsis: "Travis CI (Continuous Integration) helpers" 19description: """ 20This package installs a set of helper tools that integrate your 21OCaml project with the Travis CI (http://travis-ci.org) online 22continuous integration system. 23 24It can test several combinations of OCaml and OPAM across multiple 25Linux distributions, making it particularly handy for testing 26C linkage or external library dependencies quickly. 27 28See <https://github.com/ocaml/ocaml-ci-scripts> for more 29information and usage.""" 30url { 31 src: "https://github.com/ocaml/ocaml-ci-scripts/archive/v1.0.2.tar.gz" 32 checksum: [ 33 "sha256=3fc925d276153e1fe8a0b568c686d0b684aadeb147fd91f50c40a576fe418c69" 34 "md5=2a6836dd122b91d7e8ab18dee2eec4b0" 35 ] 36}