Source: ocaml-cpu
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
 Johannes 'josch' Schauer <josch@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 ocaml,
 ocaml-dune,
 dh-ocaml (>= 1.2),
 libocamlnet-ocaml-dev,
Standards-Version: 4.6.2
Section: ocaml
Homepage: https://github.com/UnixJunkie/cpu
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-cpu.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-cpu
Rules-Requires-Root: no

Package: libcpu-ocaml-dev
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: Pin current process to given core number (development)
 This library can also get the number of CPU cores online.
 .
 This package contains the development files.

Package: libcpu-ocaml
Architecture: any
Depends:
 ${ocaml:Depends},
 ${shlibs:Depends},
 ${misc:Depends}
Provides: ${ocaml:Provides}
Description: Pin current process to given core number (runtime)
 This library can also get the number of CPU cores online.
 .
 This package contains the runtime files.
