this repo has no description
1opam-version: "2.0" 2authors: "Roberto Di Cosmo <roberto@dicosmo.org>" 3maintainer: "unixjunkie@sdf.org" 4homepage: "https://github.com/UnixJunkie/cpu" 5dev-repo: "git+https://github.com/UnixJunkie/cpu.git" 6bug-reports: "https://github.com/UnixJunkie/cpu/issues" 7build: [ 8 ["autoconf"] 9 ["autoheader"] 10 ["./configure"] 11 ["dune" "build" "-p" name "-j" jobs] 12] 13depends: [ 14 "conf-autoconf" {build} 15 "ocaml" 16 "dune" {>= "1.11.0"} 17] 18synopsis: "Pin current process to given core number" 19description: " 20The module installed is called Cpu; in order to not conflic 21with the Setcore module that is installed by parmap. 22 23This library can also get the number of CPU cores online. 24" 25url { 26 src: "https://github.com/UnixJunkie/cpu/archive/v2.0.0.tar.gz" 27 checksum: [ 28 "sha256=38012fae5fd9fefbb7c1ed98446891d0b7b3da7a81d8e7f4c3ce1e401513eaa9" 29 "md5=644ca40ddbe7c34f8431ec3868958aec" 30 ] 31}