The findlib user's guide and reference manual
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.
Prev
Home
Next
Packages: Reusable software components
Up
Looking up package directories