パッケージ: ocaml-findlib (1.9.1-1build2)
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.34)
- 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