Source: utfcpp
Section: libdevel
Priority: optional
Maintainer: Boyuan Yang <byang@debian.org>
Build-Depends:
 cmake (>= 3.14),
 debhelper-compat (= 13),
Standards-Version: 4.6.2
Homepage: https://github.com/nemtrif/utfcpp
Vcs-Git: https://salsa.debian.org/debian/utfcpp.git
Vcs-Browser: https://salsa.debian.org/debian/utfcpp
Rules-Requires-Root: no

Package: libutfcpp-dev
Architecture: all
Multi-Arch: foreign
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
Description: UTF8-CPP: UTF-8 with C++ - dev
 Simple, portable and lightweight generic library for handling UTF-8 encoded
 strings.
 .
 Features:
  - Iterating through UTF-8 encoded strings
  - Converting between UTF-8 and UTF-16/UTF-32
  - Detecting invalid UTF-8 sequences
 .
 This package provides library development files.

Package: libutfcpp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: UTF8-CPP: UTF-8 with C++ - documentation
 Simple, portable and lightweight generic library for handling UTF-8 encoded
 strings.
 .
 Features:
  - Iterating through UTF-8 encoded strings
  - Converting between UTF-8 and UTF-16/UTF-32
  - Detecting invalid UTF-8 sequences
 .
 This package provides library documentation and examples.
