File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
packages/ocaml_intrinsics/ocaml_intrinsics.v0.16.2 Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Jane Street developers"
3+ authors: ["Jane Street Group, LLC"]
4+ homepage: "https://github.com/janestreet/ocaml_intrinsics"
5+ bug-reports: "https://github.com/janestreet/ocaml_intrinsics/issues"
6+ dev-repo: "git+https://github.com/janestreet/ocaml_intrinsics.git"
7+ doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ocaml_intrinsics/index.html"
8+ license: "MIT"
9+ build: [
10+ ["dune" "build" "-p" name "-j" jobs]
11+ ]
12+ depends: [
13+ "ocaml" {>= "4.14.0"}
14+ "dune" {>= "2.0.0"}
15+ "dune-configurator"
16+ ]
17+ synopsis: "Intrinsics"
18+ description: "
19+ Provides functions to invoke amd64 instructions (such as clz,popcnt,rdtsc,rdpmc)
20+ when available, or compatible software implementation on other targets.
21+ "
22+ available: (arch = "x86_64" | arch = "arm64") & os != "win32"
23+ url {
24+ src:
25+ "https://github.com/janestreet/ocaml_intrinsics/archive/refs/tags/v0.16.2.tar.gz"
26+ checksum: [
27+ "md5=30a6bf3dcbde30922a38c970a6898b4d"
28+ "sha512=2d13598222764f79f610825a24e61ee5f5aab9689796189beba8d1f450d2428e9b557b6b9f6b0166db6f04e06796db0549825a42032fd8c7d79852581e407208"
29+ ]
30+ }
You can’t perform that action at this time.
0 commit comments