Pakiet: nim-regex-dev (0.17.0+ds-2)
Odnośniki dla nim-regex-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego nim-regex:
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
library for parsing and executing regular expressions
The package provides a library for parsing, compiling, and executing regular expressions for the nim programming language. The match time is linear with respect to the length of the input and the regular expression. So, it can handle input from untrusted users. Its syntax is similar to PCRE but lacks a few features that can not be implemented while keeping the space/time complexity guarantees, i.e.: backreferences and look-around assertions.
Features:
* The match time is linear in the length of the input string * Regular expressions are (optionally) compiled at compile-time * Captures all group repetitions (not just the last one) * Unicode level-1 support * Descriptive error messages
This package provides the regex.nim file needed to create static applications, which is the default for nim.
Inne pakiety związane z nim-regex-dev
|
|
|
|
-
- dep: nim
- Nim programming language - compiler
-
- dep: nim-unicodedb-dev
- access to all unicode functionality
-
- dep: nim-unicodeplus-dev
- common unicode operations for Nim language
Pobieranie nim-regex-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 40,3 KiB | 172,0 KiB | [lista plików] |