mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
41 lines
1.5 KiB
Text
41 lines
1.5 KiB
Text
Source: kmflcomp
|
|
Priority: optional
|
|
Section: utils
|
|
Maintainer: Keyman team <support@keyman.com>
|
|
Uploaders: Torsten Werner <twerner@debian.org>
|
|
Vcs-Git: https://github.com/keymanapp/keyman.git
|
|
Vcs-Browser: https://github.com/keymanapp/keyman
|
|
Homepage: https://www.keyman.com
|
|
Build-Depends: cdbs (>= 0.4.27), debhelper (>= 9), libx11-dev, dh-autoreconf
|
|
Standards-Version: 3.9.8.0
|
|
|
|
Package: libkmflcomp-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libkmflcomp0 (= ${binary:Version}), ${misc:Depends}
|
|
Description: Development files for libkmflcomp
|
|
The kmfl library is a multilingual text processing library that implements
|
|
the Keyman(C) text processing language.
|
|
.
|
|
Development libraries and headers to use libkmflcomp in an application
|
|
|
|
Package: kmflcomp
|
|
Architecture: any
|
|
Depends: libkmflcomp0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: KMFL (Keyboard Mapping for Linux) Compiler
|
|
The kmfl library is a multilingual text processing library that implements
|
|
the Keyman(C) text processing language.
|
|
.
|
|
Utility to compile Keyman-style keyboard layout files to a binary format for
|
|
use by the KMFL keystroke interpreter.
|
|
|
|
Package: libkmflcomp0
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: KMFL (Keyboard Mapping for Linux) compiler library
|
|
The kmfl library is a multilingual text processing library that implements
|
|
the Keyman(C) text processing language.
|
|
.
|
|
Library to compile Keyman layout files to a binary format for use by the
|
|
KMFL keystroke interpreter.
|