1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: ocaml-randomconv
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
libcstruct-ocaml-dev,
dh-ocaml (>= 1.2)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-randomconv
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-randomconv.git
Homepage: https://github.com/hannesm/randomconv
Package: librandomconv-ocaml-dev
Provides: ${ocaml:Provides}
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ocaml-findlib
Description: convert from random byte vectors to random native numbers (dev files)
Given a function which produces random byte vectors, convert it to a
number of your choice (int8/int16/int32/int64/int/float).
.
This package contains development files.
Package: librandomconv-ocaml
Provides: ${ocaml:Provides}
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Description: convert from random byte vectors to random native numbers (runtime files)
Given a function which produces random byte vectors, convert it to a
number of your choice (int8/int16/int32/int64/int/float).
.
This package contains runtime files.
|