Source: isocline
Section: libs
Priority: optional
Maintainer: Christopher Obbard <obbardc@debian.org>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 cmake,
Standards-Version: 4.7.4
Homepage: https://github.com/daanx/isocline
Vcs-Browser: https://salsa.debian.org/debian/isocline
Vcs-Git: https://salsa.debian.org/debian/isocline.git

Package: libisocline-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libisocline1 (= ${binary:Version}),
 ${misc:Depends},
Description: portable alternative to GNU Readline
 isocline is a small portable library for interactive command line editing.
 It provides features commonly associated with readline-style interfaces,
 including line editing, history and completion support.
 .
 The library is designed to be lightweight, easy to integrate and suitable
 for cross-platform use.
 .
 This package contains development libraries, header files and
 manpages for isocline.


Package: libisocline1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: portable alternative to GNU Readline
 isocline is a small portable library for interactive command line editing.
 It provides features commonly associated with readline-style interfaces,
 including line editing, history and completion support.
 .
 The library is designed to be lightweight, easy to integrate and suitable
 for cross-platform use.
 .
 This package provides the isocline shared libraries.
