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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
|
Source: findlib
Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders:
Stefano Zacchiroli <zack@debian.org>,
Mehdi Dogguy <mehdi@debian.org>,
Stéphane Glondu <glondu@debian.org>
Build-Depends:
debhelper (>= 7),
ocaml (>= 3.11.1-3~),
camlp4,
m4,
gawk | awk,
dpatch,
cdbs,
dh-ocaml (>= 0.9)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/findlib.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/findlib.git
Homepage: http://projects.camlcity.org/projects/findlib.html
Package: ocaml-findlib
Architecture: any
Depends:
libfindlib-ocaml-dev,
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Suggests:
camlp4,
ocaml-findlib-wizard
Provides: ${ocaml:Provides}
Description: management tool for OCaml libraries
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains a tool (ocamlfind) that allows the user to
enter queries on the command-line. In order to simplify compilation
and linkage, there are new frontends, all driven by ocamlfind, for
the various OCaml compilers that can directly deal with packages.
Package: libfindlib-ocaml-dev
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ocaml-findlib
Provides: ${ocaml:Provides}
Replaces: ocaml-findlib (<< 1.2.4-3)
Conflicts: ocaml-findlib (<< 1.2.4-3)
Description: library for managing OCaml libraries (development files)
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains development files needed to compile programs
using findlib.
Package: libfindlib-ocaml
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Replaces: ocaml-findlib (<< 1.2.4-3)
Conflicts: ocaml-findlib (<< 1.2.4-3)
Description: library for managing OCaml libraries (runtime)
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This packages contains files that are or may be needed at runtime by
programs using findlib (META files and dynamically-loadable files).
Package: ocaml-findlib-wizard
Architecture: any
Depends:
${ocaml:Depends},
${shlibs:Depends},
${misc:Depends}
Provides: ${ocaml:Provides}
Replaces: ocaml-findlib (<< 1.2.4-3)
Conflicts: ocaml-findlib (<< 1.2.4-3)
Description: Makefile and META wizard for OCaml libraries
This wizard helps you creating Makefiles and META files for simple
OCaml library projects. It generates a Makefile, and the Makefile
produces the META file. This generated build system is a starting
point and can be later fine-tuned.
|