套件: ocaml-findlib (1.7.3-2)
ocaml-findlib 的相關超連結
Trisquel 的資源:
下載原始碼套件 findlib:
維護者:
Original Maintainers:
- Debian OCaml Maintainers (郵件存檔)
- Mehdi Dogguy
- Stéphane Glondu
- Ximin Luo
外部的資源:
- 主頁 [projects.camlcity.org]
相似套件:
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.
其他與 ocaml-findlib 有關的套件
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libfindlib-ocaml
- library for managing OCaml libraries (runtime)
-
- rec: libfindlib-ocaml-dev
- library for managing OCaml libraries (development files)
-
- sug: camlp4
- Pre Processor Pretty Printer for OCaml