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
|
Source: ocaml-gnuplot
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Ralf Treinen <treinen@debian.org>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-ocaml,
ocaml,
ocaml-findlib
Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-gnuplot.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-gnuplot
Homepage: http://sourceforge.net/projects/ocaml-gnuplot/
Package: libgnuplot-ocaml-dev
Architecture: any
Depends: ${ocaml:Depends}, ${misc:Depends}
Provides: ${ocaml:Provides}
Description: OCaml interface to the gnuplot utility
Gnuplot is a portable command-line driven interactive data and function
plotting utility that supports different output formats. This package
provides an interface to Gnuplot from the Objective CAML programming
language. All functions talk to gnuplot through a pipe, so crude animations
are possible.
|