External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
602B

  1. Source: pcre3-static
  2. Section: libs
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts,
  7. autoconf,
  8. automake,
  9. libtool
  10. Standards-Version: 4.5.0
  11. Rules-Requires-Root: no
  12. Package: libpcre3-static
  13. Architecture: any
  14. Depends: ${misc:Depends}
  15. Description: Old Perl 5 Compatible Regular Expression Library (static)
  16. This is a library of functions to support regular expressions whose syntax
  17. and semantics are as close as possible to those of the Perl 5 language.
  18. .
  19. This package provides the static library used in KXStudio builds.