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