this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ignore CI failures on opensuse

+2
+2
packages/pa_ppx_migrate/pa_ppx_migrate.0.13/opam
··· 13 13 14 14 """ 15 15 opam-version: "2.0" 16 + x-maintenance-intent: [ "(latest)" ] 16 17 maintainer: "Chet Murthy <chetsky@gmail.com>" 17 18 authors: ["Chet Murthy"] 18 19 homepage: "https://github.com/camlp5/pa_ppx_migrate" ··· 20 21 bug-reports: "https://github.com/camlp5/pa_ppx_migrate/issues" 21 22 dev-repo: "git+https://github.com/camlp5/pa_ppx_migrate.git" 22 23 doc: "https://github.com/camlp5/pa_ppx_migrate/doc" 24 + x-ci-accept-failures: [ "opensuse-tumbleweed" ] 23 25 24 26 depends: [ 25 27 "ocaml" { >= "4.10.0" }