Source: sombok
Priority: optional
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Build-Depends:
    libthai-dev (>= 0.1.9),
    pkg-config,
    debhelper (>= 11),
    doxygen
Standards-Version: 4.1.4
Section: libs
Homepage: https://github.com/hatukanezumi/sombok
Vcs-Git: https://salsa.debian.org/kolter/sombok.git
Vcs-Browser: https://salsa.debian.org/kolter/sombok

Package: libsombok-dev
Section: libdevel
Architecture: any
Depends:
    libc6-dev,
    ${misc:Depends},
    libsombok3 (= ${binary:Version}),
    libjs-jquery
Description: Unicode Text Segmentation library (development files)
 Sombok library performs Line Breaking Algorithm described in Unicode
 Standards Annex #14 (UAX #14). East_Asian_Width informative properties
 defined by Annex #11 (UAX #11) may be concerned to determin breaking
 positions. This library also implements “default” Grapheme Cluster
 segmentation described in Annex #29 (UAX #29).
 .
 This package contains the development files.

Package: libsombok3
Architecture: any
Multi-Arch: same
Pre-Depends:
    ${misc:Pre-Depends}
Depends:
    libthai0 (>= 0.1.9~),
    ${shlibs:Depends},
    ${misc:Depends}
Description: Unicode Text Segmentation library
 Sombok library performs Line Breaking Algorithm described in Unicode
 Standards Annex #14 (UAX #14). East_Asian_Width informative properties
 defined by Annex #11 (UAX #11) may be concerned to determin breaking
 positions. This library also implements “default” Grapheme Cluster
 segmentation described in Annex #29 (UAX #29).
