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

Configure Feed

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

Use opam-repository syntax for license

Uses a template file as a work-around for this dune bug:
https://github.com/ocaml/dune/issues/6103

Also, ignore CI failures on some old distros.

Co-authored-by: Kate <kit.ty.kate@disroot.org>

+10 -1
+5 -1
uring.opam
··· 5 5 "Bindings to the Linux io_uring kernel IO interfaces. See https://github.com/ocaml-multicore/eio for a higher-level API using this." 6 6 maintainer: ["anil@recoil.org"] 7 7 authors: ["Anil Madhavapeddy" "Sadiq Jaffer" "Thomas Leonard"] 8 - license: "(ISC AND MIT)" 9 8 homepage: "https://github.com/ocaml-multicore/ocaml-uring" 10 9 doc: "https://ocaml-multicore.github.io/ocaml-uring/" 11 10 bug-reports: "https://github.com/ocaml-multicore/ocaml-uring/issues" ··· 42 41 ["linux-headers"] {os-distribution = "alpine"} 43 42 ] 44 43 available: [os = "linux"] 44 + license: ["ISC" "MIT"] 45 + x-ci-accept-failures: [ 46 + "centos-7" # default C compiler does not support stdatomic.h 47 + "oraclelinux-7" # default C compiler does not support stdatomic.h 48 + ]
+5
uring.opam.template
··· 2 2 ["linux-headers"] {os-distribution = "alpine"} 3 3 ] 4 4 available: [os = "linux"] 5 + license: ["ISC" "MIT"] 6 + x-ci-accept-failures: [ 7 + "centos-7" # default C compiler does not support stdatomic.h 8 + "oraclelinux-7" # default C compiler does not support stdatomic.h 9 + ]