The unpac monorepo manager self-hosting as a monorepo using unpac

Merge pull request #295 from mirage/lint-dependencies

Lint dependencies and the CI

authored by dinosaure.tngl.sh and committed by

GitHub a8c1788a 1f17b2ce

+2 -1
+1 -1
vendor/opam/cstruct/.github/workflows/test.yml
··· 7 7 strategy: 8 8 fail-fast: false 9 9 matrix: 10 - ocaml-version: [ '4.05.0', '4.04.2', '4.03.0' ] 10 + ocaml-version: [ '4.05.0' ] 11 11 steps: 12 12 - uses: actions/checkout@v2 13 13 - uses: avsm/setup-ocaml@v1
+1
vendor/opam/cstruct/cstruct.opam
··· 20 20 "dune" {>= "2.0.0"} 21 21 "bigarray-compat" 22 22 "alcotest" {with-test} 23 + "fmt" {>= "0.8.9"} 23 24 ("crowbar" {with-test} | "ocaml" {with-test & < "4.08"}) 24 25 ] 25 26 conflicts: [ "js_of_ocaml" {<"3.5.0"} ]