Source: sexpp Section: utils Priority: optional Maintainer: Daniel Kahn Gillmor Build-Depends: cmake (>= 3.14), debhelper-compat (= 13), googletest , pkgconf, Standards-Version: 4.7.0 Vcs-Git: https://salsa.debian.org/debian/sexpp.git Vcs-Browser: https://salsa.debian.org/debian/sexpp Homepage: https://github.com/rnpgp/sexpp Rules-Requires-Root: no Package: sexpp Architecture: any Multi-Arch: foreign Pre-Depends: ${misc:Pre-Depends}, Depends: libsexpp0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}, Description: S-expressions parser and generator command-line tool S-expressions are data structures for representing complex data as a variation on LISP S-expressions. . sexpp is a command-line tool for reading, parsing, and emitting S-expressions. Package: libsexpp0 Architecture: any Section: libs Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, Depends: ${misc:Depends}, ${shlibs:Depends}, Description: S-expressions parser and generator library S-expressions are data structures for representing complex data as a variation on LISP S-expressions. . This package contains a shared library for dealing with S-expressions, libsexpp. Package: libsexpp-dev Section: libdevel Architecture: any Depends: libsexpp0 (= ${binary:Version}), ${misc:Depends}, Description: S-expressions parser and generator development files S-expressions are data structures for representing complex data as a variation on LISP S-expressions. . This package contains the development headers and documentation used to build other tools against the libsexpp library.