Skip to content

Commit 9f521a8

Browse files
committed
[new release] processor (0.1)
CHANGES: * Initial release
1 parent 074f798 commit 9f521a8

File tree

1 file changed

+51
-0
lines changed
  • packages/processor/processor.0.1

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
synopsis: "Processor Topology & Affinity for ocaml"
3+
description:
4+
"Exposes processor, CPU Topology and lets you pin the runtime to a set of CPUs."
5+
maintainer: ["Christiano Haesbaert"]
6+
authors: ["Christiano Haesbaert"]
7+
license: "ISC"
8+
tags: [
9+
"processor"
10+
"multicore"
11+
"cpu"
12+
"thread"
13+
"core"
14+
"package"
15+
"socket"
16+
"affinity"
17+
"scheduler"
18+
"domain"
19+
]
20+
homepage: "https://github.com/haesbaert/ocaml-processor"
21+
doc: "https://haesbaert.github.io/ocaml-processor"
22+
bug-reports: "https://github.com/haesbaert/ocaml-processor/issues"
23+
depends: [
24+
"ocaml"
25+
"dune" {>= "3.2"}
26+
"odoc" {with-doc}
27+
]
28+
build: [
29+
["dune" "subst"] {dev}
30+
[
31+
"dune"
32+
"build"
33+
"-p"
34+
name
35+
"-j"
36+
jobs
37+
"@install"
38+
"@runtest" {with-test}
39+
"@doc" {with-doc}
40+
]
41+
]
42+
dev-repo: "git+https://github.com/haesbaert/ocaml-processor.git"
43+
url {
44+
src:
45+
"https://github.com/haesbaert/ocaml-processor/releases/download/v0.1/processor-0.1.tbz"
46+
checksum: [
47+
"sha256=06d2a04f5eea36a450a258d5568ce490c162cbdc019d2843c3f415c894b1ab26"
48+
"sha512=9871cab5644fb2e215f66da45f6bc051bd2b7eae99b27e31748e44c7f0da3ed12a57f0e219a5e15b2728e288b81d5679ac0bd1def2b90ea17b54ec4c17fea490"
49+
]
50+
}
51+
x-commit-hash: "667b7d8471a792050538703c5411e244f41d77fc"

0 commit comments

Comments
 (0)