Sha256: fd3fc802953320419315e8f2d9ccf7fb32730b9290eb57e72c7041a869953de4
Contents?: true
Size: 579 Bytes
Versions: 163
Compression:
Stored size: 579 Bytes
Contents
# Edit this for your own project dependencies OPAM_DEPENDS="ocamlfind core ounit react" case "$OCAML_VERSION,$OPAM_VERSION" in 4.04.0,1.2.2) ppa=avsm/ocaml42+opam12 ;; *) echo Unknown $OCAML_VERSION,$OPAM_VERSION; exit 1 ;; esac echo "yes" | sudo add-apt-repository ppa:$ppa sudo apt-get update -qq sudo apt-get install -qq ocaml ocaml-native-compilers camlp4-extra opam export OPAMYES=1 export OPAMVERBOSE=1 echo OCaml version ocaml -version echo OPAM versions opam --version opam --git-version opam init opam install ${OPAM_DEPENDS} eval `opam config env` make test
Version data entries
163 entries across 163 versions & 1 rubygems