Dependencies
None
Dependents
None
Package Files
└── usr/
├── bin/
│ ├── pcre-config (2.33 KiB)
│ ├── pcregrep (2.70 MiB)
│ └── pcretest (2.75 MiB)
├── include/
│ ├── pcre.h (30.97 KiB)
│ ├── pcre_scanner.h (6.45 KiB)
│ ├── pcre_stringpiece.h (6.16 KiB)
│ ├── pcrecpp.h (25.91 KiB)
│ ├── pcrecpparg.h (6.62 KiB)
│ └── pcreposix.h (5.32 KiB)
├── lib/
│ ├── libpcre.a (144.45 KiB)
│ ├── libpcrecpp.a (43.21 KiB)
│ ├── libpcreposix.a (3.80 KiB)
│ └── pkgconfig/
│ ├── libpcre.pc (330.00 B)
│ ├── libpcrecpp.pc (276.00 B)
│ └── libpcreposix.pc (318.00 B)
└── share/
├── doc/
│ └── pcre/
│ ├── AUTHORS (851.00 B)
│ ├── COPYING (95.00 B)
│ ├── ChangeLog (289.08 KiB)
│ ├── LICENCE (3.11 KiB)
│ ├── NEWS (28.46 KiB)
│ ├── README (44.48 KiB)
│ ├── html/
│ │ ├── NON-AUTOTOOLS-BUILD.txt (30.62 KiB)
│ │ ├── README.txt (44.48 KiB)
│ │ ├── index.html (7.50 KiB)
│ │ ├── pcre-config.html (3.57 KiB)
│ │ ├── pcre.html (10.14 KiB)
│ │ ├── pcre16.html (15.83 KiB)
│ │ ├── pcre32.html (15.72 KiB)
│ │ ├── pcre_assign_jit_stack.html (2.48 KiB)
│ │ ├── pcre_compile.html (4.62 KiB)
│ │ ├── pcre_compile2.html (4.79 KiB)
│ │ ├── pcre_config.html (3.85 KiB)
│ │ ├── pcre_copy_named_substring.html (2.30 KiB)
│ │ ├── pcre_copy_substring.html (2.07 KiB)
│ │ ├── pcre_dfa_exec.html (5.83 KiB)
│ │ ├── pcre_exec.html (4.94 KiB)
│ │ ├── pcre_free_study.html (1.20 KiB)
│ │ ├── pcre_free_substring.html (1.25 KiB)
│ │ ├── pcre_free_substring_list.html (1.26 KiB)
│ │ ├── pcre_fullinfo.html (5.03 KiB)
│ │ ├── pcre_get_named_substring.html (2.40 KiB)
│ │ ├── pcre_get_stringnumber.html (1.73 KiB)
│ │ ├── pcre_get_stringtable_entries.html (2.01 KiB)
│ │ ├── pcre_get_substring.html (2.19 KiB)
│ │ ├── pcre_get_substring_list.html (2.15 KiB)
│ │ ├── pcre_jit_exec.html (4.70 KiB)
│ │ ├── pcre_jit_stack_alloc.html (1.68 KiB)
│ │ ├── pcre_jit_stack_free.html (1.25 KiB)
│ │ ├── pcre_maketables.html (1.36 KiB)
│ │ ├── pcre_pattern_to_host_byte_order.html (1.91 KiB)
│ │ ├── pcre_refcount.html (1.41 KiB)
│ │ ├── pcre_study.html (2.10 KiB)
│ │ ├── pcre_utf16_to_host_byte_order.html (1.99 KiB)
│ │ ├── pcre_utf32_to_host_byte_order.html (1.99 KiB)
│ │ ├── pcre_version.html (1.14 KiB)
│ │ ├── pcreapi.html (132.18 KiB)
│ │ ├── pcrebuild.html (22.30 KiB)
│ │ ├── pcrecallout.html (11.40 KiB)
│ │ ├── pcrecompat.html (9.56 KiB)
│ │ ├── pcrecpp.html (14.06 KiB)
│ │ ├── pcredemo.html (15.81 KiB)
│ │ ├── pcregrep.html (36.96 KiB)
│ │ ├── pcrejit.html (21.58 KiB)
│ │ ├── pcrelimits.html (3.12 KiB)
│ │ ├── pcrematching.html (10.64 KiB)
│ │ ├── pcrepartial.html (23.04 KiB)
│ │ ├── pcrepattern.html (137.39 KiB)
│ │ ├── pcreperform.html (7.64 KiB)
│ │ ├── pcreposix.html (11.85 KiB)
│ │ ├── pcreprecompile.html (7.23 KiB)
│ │ ├── pcresample.html (3.70 KiB)
│ │ ├── pcrestack.html (9.37 KiB)
│ │ ├── pcresyntax.html (16.30 KiB)
│ │ ├── pcretest.html (50.96 KiB)
│ │ └── pcreunicode.html (11.18 KiB)
│ ├── pcre-config.txt (3.07 KiB)
│ ├── pcre.txt (496.67 KiB)
│ ├── pcregrep.txt (41.27 KiB)
│ └── pcretest.txt (53.19 KiB)
└── man/
├── man1/
│ ├── pcre-config.1 (2.67 KiB)
│ ├── pcregrep.1 (34.62 KiB)
│ └── pcretest.1 (48.30 KiB)
└── man3/
├── pcre.3 (9.06 KiB)
├── pcre16.3 (12.99 KiB)
├── pcre16_assign_jit_stack.3 -> "pcre_assign_jit_stack.3"
├── pcre16_compile.3 -> "pcre_compile.3"
├── pcre16_compile2.3 -> "pcre_compile2.3"
├── pcre16_config.3 -> "pcre_config.3"
├── pcre16_copy_named_substring.3 -> "pcre_copy_named_substring.3"
├── pcre16_copy_substring.3 -> "pcre_copy_substring.3"
├── pcre16_dfa_exec.3 -> "pcre_dfa_exec.3"
├── pcre16_exec.3 -> "pcre_exec.3"
├── pcre16_free_study.3 -> "pcre_free_study.3"
├── pcre16_free_substring.3 -> "pcre_free_substring.3"
├── pcre16_free_substring_list.3 -> "pcre_free_substring_list.3"
├── pcre16_fullinfo.3 -> "pcre_fullinfo.3"
├── pcre16_get_named_substring.3 -> "pcre_get_named_substring.3"
├── pcre16_get_stringnumber.3 -> "pcre_get_stringnumber.3"
├── pcre16_get_stringtable_entries.3 -> "pcre_get_stringtable_entries.3"
├── pcre16_get_substring.3 -> "pcre_get_substring.3"
├── pcre16_get_substring_list.3 -> "pcre_get_substring_list.3"
├── pcre16_jit_exec.3 -> "pcre_jit_exec.3"
├── pcre16_jit_stack_alloc.3 -> "pcre_jit_stack_alloc.3"
├── pcre16_jit_stack_free.3 -> "pcre_jit_stack_free.3"
├── pcre16_maketables.3 -> "pcre_maketables.3"
├── pcre16_pattern_to_host_byte_order.3 -> "pcre_pattern_to_host_byte_order.3"
├── pcre16_refcount.3 -> "pcre_refcount.3"
├── pcre16_study.3 -> "pcre_study.3"
├── pcre16_utf16_to_host_byte_order.3 -> "pcre_utf16_to_host_byte_order.3"
├── pcre16_version.3 -> "pcre_version.3"
├── pcre32.3 (12.88 KiB)
├── pcre32_assign_jit_stack.3 -> "pcre_assign_jit_stack.3"
├── pcre32_compile.3 -> "pcre_compile.3"
├── pcre32_compile2.3 -> "pcre_compile2.3"
├── pcre32_config.3 -> "pcre_config.3"
├── pcre32_copy_named_substring.3 -> "pcre_copy_named_substring.3"
├── pcre32_copy_substring.3 -> "pcre_copy_substring.3"
├── pcre32_dfa_exec.3 -> "pcre_dfa_exec.3"
├── pcre32_exec.3 -> "pcre_exec.3"
├── pcre32_free_study.3 -> "pcre_free_study.3"
├── pcre32_free_substring.3 -> "pcre_free_substring.3"
├── pcre32_free_substring_list.3 -> "pcre_free_substring_list.3"
├── pcre32_fullinfo.3 -> "pcre_fullinfo.3"
├── pcre32_get_named_substring.3 -> "pcre_get_named_substring.3"
├── pcre32_get_stringnumber.3 -> "pcre_get_stringnumber.3"
├── pcre32_get_stringtable_entries.3 -> "pcre_get_stringtable_entries.3"
├── pcre32_get_substring.3 -> "pcre_get_substring.3"
├── pcre32_get_substring_list.3 -> "pcre_get_substring_list.3"
├── pcre32_jit_exec.3 -> "pcre_jit_exec.3"
├── pcre32_jit_stack_alloc.3 -> "pcre_jit_stack_alloc.3"
├── pcre32_jit_stack_free.3 -> "pcre_jit_stack_free.3"
├── pcre32_maketables.3 -> "pcre_maketables.3"
├── pcre32_pattern_to_host_byte_order.3 -> "pcre_pattern_to_host_byte_order.3"
├── pcre32_refcount.3 -> "pcre_refcount.3"
├── pcre32_study.3 -> "pcre_study.3"
├── pcre32_utf32_to_host_byte_order.3 -> "pcre_utf32_to_host_byte_order.3"
├── pcre32_version.3 -> "pcre_version.3"
├── pcre_assign_jit_stack.3 (1.89 KiB)
├── pcre_compile.3 (4.07 KiB)
├── pcre_compile2.3 (4.23 KiB)
├── pcre_config.3 (3.31 KiB)
├── pcre_copy_named_substring.3 (1.73 KiB)
├── pcre_copy_substring.3 (1.51 KiB)
├── pcre_dfa_exec.3 (5.19 KiB)
├── pcre_exec.3 (4.35 KiB)
├── pcre_free_study.3 (702.00 B)
├── pcre_free_substring.3 (749.00 B)
├── pcre_free_substring_list.3 (751.00 B)
├── pcre_fullinfo.3 (4.48 KiB)
├── pcre_get_named_substring.3 (1.83 KiB)
├── pcre_get_stringnumber.3 (1.19 KiB)
├── pcre_get_stringtable_entries.3 (1.46 KiB)
├── pcre_get_substring.3 (1.64 KiB)
├── pcre_get_substring_list.3 (1.60 KiB)
├── pcre_jit_exec.3 (4.10 KiB)
├── pcre_jit_stack_alloc.3 (1.14 KiB)
├── pcre_jit_stack_free.3 (731.00 B)
├── pcre_maketables.3 (870.00 B)
├── pcre_pattern_to_host_byte_order.3 (1.36 KiB)
├── pcre_refcount.3 (906.00 B)
├── pcre_study.3 (1.54 KiB)
├── pcre_utf16_to_host_byte_order.3 (1.46 KiB)
├── pcre_utf32_to_host_byte_order.3 (1.46 KiB)
├── pcre_version.3 (650.00 B)
├── pcreapi.3 (126.10 KiB)
├── pcrebuild.3 (19.28 KiB)
├── pcrecallout.3 (10.13 KiB)
├── pcrecompat.3 (8.96 KiB)
├── pcrecpp.3 (12.41 KiB)
├── pcredemo.3 (15.31 KiB)
├── pcrejit.3 (19.65 KiB)
├── pcrelimits.3 (2.59 KiB)
├── pcrematching.3 (9.25 KiB)
├── pcrepartial.3 (21.10 KiB)
├── pcrepattern.3 (133.34 KiB)
├── pcreperform.3 (7.10 KiB)
├── pcreposix.3 (10.44 KiB)
├── pcreprecompile.3 (6.14 KiB)
├── pcresample.3 (3.14 KiB)
├── pcrestack.3 (8.69 KiB)
├── pcresyntax.3 (13.27 KiB)
└── pcreunicode.3 (10.49 KiB)