X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/3dca7758421664a838c54b273bd9221f02072045..437938912d93089d7716a119363e49db5a57cba8:/debian/control diff --git a/debian/control b/debian/control index 4fda78f..d94b77d 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Description: An object system for C, runtime library Package: sod Architecture: any Depends: ${shlibs:Depends} -Recommends: libsod-dev (= ${Source-Version}) +Recommends: libsod-dev (= ${Source-Version}), sod-doc (= ${Source-Version}) Description: An object system for C, translator Sod is a `sensible object design' for C, supporting a number of fancy features, including multiple inheritance, method combinations with daemon @@ -46,9 +46,20 @@ Description: An object system for C, translator This package contains the Sod translator, which reads object definitions and produces compilable C code. +Package: sod-doc +Architecture: all +Description: An object system for C, translator + Sod is a `sensible object design' for C, supporting a number of fancy + features, including multiple inheritance, method combinations with daemon + methods, and a compile-time metaprotocol. The only downside is that the + translator is written in Common Lisp. + . + This package contains the Sod manual, which describes everything in + excruciating detail. + Package: sod-dev Architecture: any -Recommends: sbcl | clisp, cl-asdf, cl-xlunit +Recommends: sbcl | clisp, cl-asdf, cl-xlunit, sod-doc (= ${Source-Version}) Description: An object system for C, Lisp source Sod is a `sensible object design' for C, supporting a number of fancy features, including multiple inheritance, method combinations with daemon