this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ocaml_intrinsics_kernel" 5bug-reports: "https://github.com/janestreet/ocaml_intrinsics_kernel/issues" 6dev-repo: "git+https://github.com/janestreet/ocaml_intrinsics_kernel.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics_kernel/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "dune" {>= "3.11.0"} 15] 16available: arch != "x86_32" 17synopsis: "Intrinsics" 18description: " 19Provides functions to invoke amd64 instructions (such as cmov, min/maxsd, popcnt) 20 when available, or compatible software implementation on other targets. 21 See also ocaml_intrinsics library. 22" 23url { 24 src: 25 "https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.0.tar.gz" 26 checksum: [ 27 "md5=f6ce51ce6ceec9093191e6f8a1cbea97" 28 "sha512=e197202f6af364caf864efda5d7496416c30bdc3ade9bf0e81e17014f1a046daee21897fc9d47fc4fa44408b1466cf8cff38831b5df45468f3f4a15723d75aac" 29 ] 30}