ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

Use opam 2.0 #111

Closed yutopp closed 5 years ago

yutopp commented 5 years ago

This PR updates opam file to use opam 2.0.

A script .travis-docker.sh which used in CI uses opam 2.0 as default, however opam version in this repository is 1.2. Thus it seems all CI fail at opam lint opam. This PR resolves it.

rjbou commented 5 years ago

@yutopp Just a note about 1.2 pinning: linting error 57 (descr & synopsis missing): you can disable this warning by using --warn=-57 like on ocaml-ci-scripts.

yutopp commented 5 years ago

Thank you. And I did not realized that 2.0 branch which have already support opam 2.0, sorry :cry: