Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/travis-opam/travis-opam.1.3.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Scripts for OCaml projects

Supported CI:

- **stable**: [Travis CI](/README-travis.md) Ubuntu, Debian and OSX workers.
- **experimental**: [Appveyor](/README-appveyor.md) Windows Server 2012 R2 (x64) workers.
22 changes: 22 additions & 0 deletions packages/travis-opam/travis-opam.1.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1.2"
maintainer: "thomas@gazagnaire.org"
homepage: "https://github.com/ocaml/ocaml-ci-scripts"
bug-reports: "https://github.com/ocaml/ocaml-ci-scripts/issues"
dev-repo: "https://github.com/ocaml/ocaml-ci-scripts.git"
doc: "https://ocaml.github.io/ocaml-ci-scripts/"

authors: [
"Thomas Gazagnaire"
"Richard Mortier"
"David Sheets"
]

build: [
["jbuilder" "subst"] {pinned}
["jbuilder" "build" "-p" name "-j" jobs]
]

depends: [
"jbuilder" {build}
"jsonm" {build}
]
2 changes: 2 additions & 0 deletions packages/travis-opam/travis-opam.1.3.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/ocaml/ocaml-ci-scripts/releases/download/1.3.0/travis-opam-1.3.0.tbz"
checksum: "92ec20a8e0e86c0599b909c50d478b9c"