Plasma
GitLab
Archive
Projects
Blog
Knowledge
Location:
Projects
Contents:
PXP
Wdialog
Wtimer
Ocamlnet
Cryptgps
Xstrp4
Plasma
Xstr
OMake
Findlib Browser
WebDAV
Cache
Db2man
Netamqp
Findlib
Hydro
Starting Points:
Projects
Blog
Knowledge
Archive
GitLab
Special:
Download directory
Help
Contact and Privacy
The findlib User's Guide
Prev
Next
Chapter 2. Using packages
Table of Contents
Listing the installed packages
Looking up package directories
How a package directory looks like
Querying information stored in META files
How to compile and link a program that uses a package
Dependencies
Linker options
Listing the installed packages
You can list which packages are installed by executing
ocamlfind list
You will get a list of names and version numbers. You can get a bit more information by passing the -describe option:
ocamlfind list -describe
Prev
Home
Next
Libraries and Packages
Up
Looking up package directories