Skip to content

Commit 5357b6c

Browse files
authored
Merge pull request ocaml#27755 from dkalinichenko-js/opam-publish-ocaml_intrinsics.v0.16.2
Package ocaml_intrinsics.v0.16.2
2 parents 6319b0d + c99fd37 commit 5357b6c

File tree

1 file changed

+30
-0
lines changed
  • packages/ocaml_intrinsics/ocaml_intrinsics.v0.16.2

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)