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.1.tar.gz" 26 checksum: [ 27 "md5=56ed7d0b0331e5bcfa4e016515c0267d" 28 "sha512=21e596d6407a620866cee7cab47ef1a9446d6a733b4994e809ea5566d5fa956682a5c6a6190ffb0ed48458abd658301944ed10c4389d91ecb8df677a5f87f2ab" 29 ] 30}