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
|
Source: pa-bench
Section: ocaml
Priority: extra
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends:
debhelper (>= 9),
ocaml-nox (>= 4.00.0),
ocaml-findlib (>= 1.3.2),
camlp4,
camlp4-extra,
libpa-ounit-camlp4-dev,
libtype-conv-camlp4-dev,
ocamlbuild,
dh-ocaml (>= 0.9~)
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pa-bench.git
Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/pa-bench.git
Homepage: http://janestreet.github.io/
Package: libpa-bench-camlp4-dev
Provides:
libpa-bench-ocaml-dev,
${ocaml:Provides}
Architecture: any
Depends:
ocaml-findlib,
camlp4,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Description: OCaml syntax extension for writing inline benchmarks
Pa_bench is a syntax extension that hels in writing in-line benchmark
tests in OCaml code.
|