this repo has no description
1opam-version: "2.0" 2maintainer: "thomas@gazagnaire.org" 3homepage: "https://github.com/ocaml/ocaml-travisci-skeleton" 4bug-reports: "https://github.com/ocaml/ocaml-travisci-skeleton/issues" 5dev-repo: "git+https://github.com/ocaml/ocaml-travisci-skeleton.git" 6authors: [ 7 "Thomas Gazagnaire" 8 "Richard Mortier" 9 "David Sheets" 10] 11 12depends: [ 13 "ocaml" {< "5.0"} 14 "ocamlbuild" {build} 15] 16build: [make] 17synopsis: "Travis CI (Continuous Integration) helpers" 18description: """ 19This package installs a set of helper tools that integrate your 20OCaml project with the Travis CI (http://travis-ci.org) online 21continuous integration system. 22 23It can test several combinations of OCaml and OPAM across multiple 24Linux distributions, making it particularly handy for testing 25C linkage or external library dependencies quickly. 26 27See <https://github.com/ocaml/ocaml-travisci-skeleton> for more 28information and usage.""" 29url { 30 src: 31 "https://github.com/ocaml/ocaml-travisci-skeleton/archive/v1.0.0.tar.gz" 32 checksum: [ 33 "sha256=4f78fe7761348aedabc236af87623acc22f3e50413be0bbc4c03215a9dde0c2f" 34 "md5=341696a2eba7d1dc6c4cf0c4b01456cf" 35 ] 36}