Clojure/PackagingReference - Debian Wiki

Translation(s): English


Clojure Packaging Reference

Package naming policy

When naming Clojure software packages, the namespace is dropped from the package name, any non-alphabetic characters are replaced with dashes, and the package name ends in -clojure. Binary packages are differentiated from the source packages with the lib prefix (for library code). For example,

If the package has a namespace conflict, you may include it in the package name. For example,

Multiple packages can be built from the same source package: for instance, if you have a source package that produces an application and library package. In this case, the name of the application follows standard Debian policy.


CategoryClojure