this repo has no description
1opam-version: "2.0" 2maintainer: "Steve Bleazard <stevebleazard@googlemail.com>" 3authors: "Steve Bleazard <stevebleazard@googlemail.com>" 4homepage: "https://www.github.com/stevebleazard/ocaml-numa" 5bug-reports: "https://www.github.com/stevebleazard/ocaml-numa/issues" 6license: "MIT" 7dev-repo: "git+https://www.github.com/stevebleazard/ocaml-numa.git" 8doc: "https://stevebleazard.github.io/ocaml-numa/" 9build: [ 10 ["jbuilder" "build" "-p" name "-j" jobs "@install"] 11] 12 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "jbuilder" {>= "1.0+beta7"} 16 "core" {>= "v0.9"} 17 "async" {>= "v0.9"} 18 "conf-numa" 19] 20synopsis: "Interface to Linux NUMA API" 21description: """ 22This library provides an OCaml API to the Linux Non-Uniform Memory Access 23library including: 24 25* Raw low level access to the C functions 26* A high level API 27* Async support 28 29See the NUMA(3) man page for more information""" 30url { 31 src: 32 "https://www.github.com/stevebleazard/ocaml-numa/releases/download/v0.1.0/numalib-0.1.0.tbz" 33 checksum: [ 34 "sha256=a320381725bb2f8cb91ab77d4b09af018ecb2384ac6d48c96c1031fcec34c308" 35 "md5=e6d514a11d4983245240077eaaeb0167" 36 ] 37}