| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 
 | Source: martchus-cpp-utilities
Section: libs
Priority: optional
Maintainer: Nicholas D Steeves <sten@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), cmake
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/Martchus/cpp-utilities
Vcs-Browser: https://salsa.debian.org/debian/martchus-cpp-utilities
Vcs-Git: https://salsa.debian.org/debian/martchus-cpp-utilities.git
Package: libmartchus-c++utilities5t64
Provides: ${t64:Provides}
Replaces: libmartchus-c++utilities5
Breaks: libmartchus-c++utilities5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: useful C++ classes and routines used by Martchus' applications
 Martchus-cpp-utilities is a library that contains helpers for:
   * parsing command-line arguments and providing Bash completions
   * working with dates and times
   * converting primitive data types to byte-buffers, and vice versa
   (eg, between litte-endian and big-endian)
   * common string conversions/operations
   * using standard IO streams
   * using SFINAE by providing additional traits (eg, for checking whether a
   type is iteratable)
   * testing with *CppUnit*
   * CMake, with convenient modules and templates
 .
 It also provides the following convenience functions and data structures:
   * min() and max(), for any number of arguments
   * digitsum(), factorial(), powerModulo(), inverseModulo(), and orderModulo()
   * Damerau–Levenshtein distance
   * *N*-dimensional arrays
Package: libmartchus-c++utilities-dev
Architecture: any
Multi-Arch: no
Depends: ${misc:Depends}, libmartchus-c++utilities5t64(= ${binary:Version})
Section: libdevel
Description: useful C++ classes and routines used by Martchus' applications (headers)
 Martchus-cpp-utilities is a library that contains helpers for:
   * parsing command-line arguments and providing Bash completions
   * working with dates and times
   * converting primitive data types to byte-buffers, and vice versa
   (eg, between litte-endian and big-endian)
   * common string conversions/operations
   * using standard IO streams
   * using SFINAE by providing additional traits (eg, for checking whether a
   type is iteratable)
   * testing with *CppUnit*
   * CMake, with convenient modules and templates
 .
 It also provides the following convenience functions and data structures:
   * min() and max(), for any number of arguments
   * digitsum(), factorial(), powerModulo(), inverseModulo(), and orderModulo()
   * Damerau–Levenshtein distance
   * *N*-dimensional arrays
 .
 This is the development version of the library. You will need this only if
 you intend to compile programs that use this library.
 |