opam-version: "2.0" maintainer: "Steve Bleazard " authors: "Steve Bleazard " homepage: "https://www.github.com/stevebleazard/ocaml-numa" bug-reports: "https://www.github.com/stevebleazard/ocaml-numa/issues" license: "MIT" dev-repo: "git+https://www.github.com/stevebleazard/ocaml-numa.git" doc: "https://stevebleazard.github.io/ocaml-numa/" build: [ ["jbuilder" "build" "-p" name "-j" jobs "@install"] ] depends: [ "ocaml" {>= "4.03.0"} "jbuilder" {>= "1.0+beta7"} "core" {>= "v0.9"} "async" {>= "v0.9"} "conf-numa" ] synopsis: "Interface to Linux NUMA API" description: """ This library provides an OCaml API to the Linux Non-Uniform Memory Access library including: * Raw low level access to the C functions * A high level API * Async support See the NUMA(3) man page for more information""" url { src: "https://www.github.com/stevebleazard/ocaml-numa/releases/download/v0.1.0/numalib-0.1.0.tbz" checksum: [ "sha256=a320381725bb2f8cb91ab77d4b09af018ecb2384ac6d48c96c1031fcec34c308" "md5=e6d514a11d4983245240077eaaeb0167" ] }