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
|
Source: ocamlgsl
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
ocaml-dune,
libdune-ocaml-dev,
libgsl-dev,
chrpath,
gawk,
dh-ocaml (>= 1.2)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlgsl.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlgsl
Homepage: https://github.com/mmottl/gsl-ocaml
Package: libocamlgsl-ocaml-dev
Architecture: any
Depends: ${shlibs:Depends}, ${ocaml:Depends}, libgsl-dev, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: GNU scientific library for OCaml
This is an interface to GSL (GNU scientific library), for the
Objective Caml language.
.
See the libgsl2 package for more details.
Package: libocamlgsl-ocaml
Architecture: any
Depends: ${shlibs:Depends}, ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: GNU scientific library for OCaml
This is an interface to GSL (GNU scientific library), for the
Objective Caml language.
.
See the libgsl2 package for more details.
|