
This termonology change affects lots of function names from `pkg/lib' and `pkg/db' (former `pkg/pnr-db'), and it also affects some `raco pkg' commands. Existing package installations that are marked as 'pnr in a local configuration are converted automatically to 'catalog, but any existing "indexes" configuration must be changed to "catalogs".
18 lines
518 B
Racket
18 lines
518 B
Racket
#lang scribble/manual
|
|
@(require (for-label (except-in racket/base
|
|
remove)
|
|
racket/contract/base
|
|
pkg
|
|
pkg/lib))
|
|
|
|
@title[#:tag "apis" #:style 'toc]{Package APIs}
|
|
|
|
The @racketmodname[pkg] provides a programmatic interface to the
|
|
@exec{raco pkg} commands, but additional libraries provide smaller
|
|
building blocks and local-database support.
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["lib.scrbl"]
|
|
@include-section["db.scrbl"]
|