this repo has no description

Merge pull request #25411 from ocaml/mseri-patch-4

libc 0.0.1 is not compatible with riscv64

Changed files
+1 -1
packages
libc
libc.0.0.1
+1 -1
packages/libc/libc.0.0.1/opam
···
]
]
dev-repo: "git+https://github.com/ocaml-sys/libc.ml.git"
-
available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x"
+
available: arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "riscv64"
url {
src:
"https://github.com/ocaml-sys/libc.ml/releases/download/0.0.1/libc-0.0.1.tbz"