this repo has no description
1opam-version: "2.0"
2maintainer: "Ivan Gotovchits <ivg@ieee.org>"
3homepage: "https://travis-ci.org/"
4authors: "Ivan Gotovchits <ivg@ieee.org>"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6build: [
7 ["sh" "-x" "configure" os]
8]
9synopsis: "Detect Travis CI and lift its environment to opam"
10description: """
11This package will expose variable an environment variable
12`TRAVIS_<VAR>` as an opam variable `conf-env-travis:<var>`, e.g.,
13`TRAVIS_OS_NAME` can be accessed as `conf-env-travis:os_name`.
14
15A variable `active` would be set to true, if travis environment was
16detected. All variables except `active` are delimited with quotes."""
17flags: conf
18extra-source "configure" {
19 src:
20 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-env-travis/configure"
21 checksum: [
22 "sha256=813144f6394f543a71b64af81247acf89a2221753fe1f9fb71ae9ca252ac8f28"
23 "md5=c86f65c0f9cc790c542f27798a7989cd"
24 ]
25}