this repo has no description
0
fork

Configure Feed

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

intrinsics v0.17 doesnt compile on arm64 due to failure in crc_stubs

+1 -1
+1 -1
packages/ocaml_intrinsics/ocaml_intrinsics.v0.17.0/opam
··· 20 20 Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc) 21 21 when available, or compatible software implementation on other targets. 22 22 " 23 - available: (arch = "x86_64" | arch = "arm64") & os != "win32" 23 + available: (arch = "x86_64") & os != "win32" 24 24 url { 25 25 src: "https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.17.0.tar.gz" 26 26 checksum: "sha256=d42b21dc49a05be658391e63fe64c055d52ec67c0812cf6801f1de0f22733ce2"