Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pegtl-devel-2.8.1-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: pegtl-devel Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.8.1 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:40:02 2021
Group: Development/Languages/C and C++ Build host: lamb04
Size: 432983 Source RPM: pegtl-2.8.1-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/taocpp/PEGTL
Summary: Parsing Expression Grammar (PEG) Template Library
The Parsing Expression Grammar Template Library (PEGTL) is a C++11
library for creating parsers according to a Parsing Expression
Grammar (PEG). Grammars are embedded as regular C++ code, and
consist of template hierarchies of classes. These hierarchies
naturally correspond to the inductive definition of PEGs. The
library extends on the subject of PEGs with new expression types,
actions that can be attached to grammar rules, and mechanisms to
ensure helpful diagnostics in case of parsing errors.

Provides

Requires

License

MIT

Changelog

* Thu Jan 30 2020 Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
  - Update to version 2.8.1:
    * Too many changes to list here, see
      https://github.com/taocpp/PEGTL/releases
    * This is API incompatible to version 1.x, but no package
      has a build dependency on the old version, while usbguard and
      Paraview require 2.6.0 and 2.4.0 at least.
* Sat Sep 09 2017 jengelh@inai.de
  - Replace old RPM shell vars by macros. Trim description of SRPM.
    Have testsuite built and run in parallel.
* Fri Sep 08 2017 meissner@suse.com
  - 1.3.1 pegtl version to meet usbguard requirements.
* Thu Sep 07 2017 meissner@suse.com
  - header only parsing library based on C++ templates.

Files

/usr/include/tao
/usr/include/tao/pegtl
/usr/include/tao/pegtl.hpp
/usr/include/tao/pegtl/analysis
/usr/include/tao/pegtl/analysis/analyze_cycles.hpp
/usr/include/tao/pegtl/analysis/counted.hpp
/usr/include/tao/pegtl/analysis/generic.hpp
/usr/include/tao/pegtl/analysis/grammar_info.hpp
/usr/include/tao/pegtl/analysis/insert_guard.hpp
/usr/include/tao/pegtl/analysis/insert_rules.hpp
/usr/include/tao/pegtl/analysis/rule_info.hpp
/usr/include/tao/pegtl/analysis/rule_type.hpp
/usr/include/tao/pegtl/analyze.hpp
/usr/include/tao/pegtl/apply_mode.hpp
/usr/include/tao/pegtl/argv_input.hpp
/usr/include/tao/pegtl/ascii.hpp
/usr/include/tao/pegtl/buffer_input.hpp
/usr/include/tao/pegtl/change_action.hpp
/usr/include/tao/pegtl/change_action_and_state.hpp
/usr/include/tao/pegtl/change_action_and_states.hpp
/usr/include/tao/pegtl/change_control.hpp
/usr/include/tao/pegtl/change_state.hpp
/usr/include/tao/pegtl/change_states.hpp
/usr/include/tao/pegtl/config.hpp
/usr/include/tao/pegtl/contrib
/usr/include/tao/pegtl/contrib/abnf.hpp
/usr/include/tao/pegtl/contrib/alphabet.hpp
/usr/include/tao/pegtl/contrib/changes.hpp
/usr/include/tao/pegtl/contrib/counter.hpp
/usr/include/tao/pegtl/contrib/http.hpp
/usr/include/tao/pegtl/contrib/icu
/usr/include/tao/pegtl/contrib/icu/internal.hpp
/usr/include/tao/pegtl/contrib/icu/utf16.hpp
/usr/include/tao/pegtl/contrib/icu/utf32.hpp
/usr/include/tao/pegtl/contrib/icu/utf8.hpp
/usr/include/tao/pegtl/contrib/if_then.hpp
/usr/include/tao/pegtl/contrib/integer.hpp
/usr/include/tao/pegtl/contrib/json.hpp
/usr/include/tao/pegtl/contrib/json_pointer.hpp
/usr/include/tao/pegtl/contrib/parse_tree.hpp
/usr/include/tao/pegtl/contrib/parse_tree_to_dot.hpp
/usr/include/tao/pegtl/contrib/raw_string.hpp
/usr/include/tao/pegtl/contrib/remove_first_state.hpp
/usr/include/tao/pegtl/contrib/rep_one_min_max.hpp
/usr/include/tao/pegtl/contrib/rep_string.hpp
/usr/include/tao/pegtl/contrib/to_string.hpp
/usr/include/tao/pegtl/contrib/tracer.hpp
/usr/include/tao/pegtl/contrib/unescape.hpp
/usr/include/tao/pegtl/contrib/uri.hpp
/usr/include/tao/pegtl/cstream_input.hpp
/usr/include/tao/pegtl/disable_action.hpp
/usr/include/tao/pegtl/discard_input.hpp
/usr/include/tao/pegtl/discard_input_on_failure.hpp
/usr/include/tao/pegtl/discard_input_on_success.hpp
/usr/include/tao/pegtl/enable_action.hpp
/usr/include/tao/pegtl/eol.hpp
/usr/include/tao/pegtl/eol_pair.hpp
/usr/include/tao/pegtl/file_input.hpp
/usr/include/tao/pegtl/input_error.hpp
/usr/include/tao/pegtl/internal
/usr/include/tao/pegtl/internal/action.hpp
/usr/include/tao/pegtl/internal/action_input.hpp
/usr/include/tao/pegtl/internal/alnum.hpp
/usr/include/tao/pegtl/internal/alpha.hpp
/usr/include/tao/pegtl/internal/always_false.hpp
/usr/include/tao/pegtl/internal/any.hpp
/usr/include/tao/pegtl/internal/apply.hpp
/usr/include/tao/pegtl/internal/apply0.hpp
/usr/include/tao/pegtl/internal/apply0_single.hpp
/usr/include/tao/pegtl/internal/apply_single.hpp
/usr/include/tao/pegtl/internal/at.hpp
/usr/include/tao/pegtl/internal/bof.hpp
/usr/include/tao/pegtl/internal/bol.hpp
/usr/include/tao/pegtl/internal/bump.hpp
/usr/include/tao/pegtl/internal/bump_help.hpp
/usr/include/tao/pegtl/internal/bytes.hpp
/usr/include/tao/pegtl/internal/control.hpp
/usr/include/tao/pegtl/internal/cr_crlf_eol.hpp
/usr/include/tao/pegtl/internal/cr_eol.hpp
/usr/include/tao/pegtl/internal/crlf_eol.hpp
/usr/include/tao/pegtl/internal/cstream_reader.hpp
/usr/include/tao/pegtl/internal/cstring_reader.hpp
/usr/include/tao/pegtl/internal/demangle.hpp
/usr/include/tao/pegtl/internal/demangle_cxxabi.hpp
/usr/include/tao/pegtl/internal/demangle_nop.hpp
/usr/include/tao/pegtl/internal/demangle_sanitise.hpp
/usr/include/tao/pegtl/internal/disable.hpp
/usr/include/tao/pegtl/internal/discard.hpp
/usr/include/tao/pegtl/internal/dusel_mode.hpp
/usr/include/tao/pegtl/internal/duseltronik.hpp
/usr/include/tao/pegtl/internal/enable.hpp
/usr/include/tao/pegtl/internal/endian.hpp
/usr/include/tao/pegtl/internal/endian_gcc.hpp
/usr/include/tao/pegtl/internal/endian_win.hpp
/usr/include/tao/pegtl/internal/eof.hpp
/usr/include/tao/pegtl/internal/eol.hpp
/usr/include/tao/pegtl/internal/eolf.hpp
/usr/include/tao/pegtl/internal/file_mapper_posix.hpp
/usr/include/tao/pegtl/internal/file_mapper_win32.hpp
/usr/include/tao/pegtl/internal/file_opener.hpp
/usr/include/tao/pegtl/internal/file_reader.hpp
/usr/include/tao/pegtl/internal/has_apply.hpp
/usr/include/tao/pegtl/internal/has_apply0.hpp
/usr/include/tao/pegtl/internal/has_match.hpp
/usr/include/tao/pegtl/internal/identifier.hpp
/usr/include/tao/pegtl/internal/if_apply.hpp
/usr/include/tao/pegtl/internal/if_missing.hpp
/usr/include/tao/pegtl/internal/if_must.hpp
/usr/include/tao/pegtl/internal/if_must_else.hpp
/usr/include/tao/pegtl/internal/if_then_else.hpp
/usr/include/tao/pegtl/internal/input_pair.hpp
/usr/include/tao/pegtl/internal/integer_sequence.hpp
/usr/include/tao/pegtl/internal/istream_reader.hpp
/usr/include/tao/pegtl/internal/istring.hpp
/usr/include/tao/pegtl/internal/iterator.hpp
/usr/include/tao/pegtl/internal/lf_crlf_eol.hpp
/usr/include/tao/pegtl/internal/lf_eol.hpp
/usr/include/tao/pegtl/internal/list.hpp
/usr/include/tao/pegtl/internal/list_must.hpp
/usr/include/tao/pegtl/internal/list_tail.hpp
/usr/include/tao/pegtl/internal/list_tail_pad.hpp
/usr/include/tao/pegtl/internal/marker.hpp
/usr/include/tao/pegtl/internal/must.hpp
/usr/include/tao/pegtl/internal/not_at.hpp
/usr/include/tao/pegtl/internal/one.hpp
/usr/include/tao/pegtl/internal/opt.hpp
/usr/include/tao/pegtl/internal/pad.hpp
/usr/include/tao/pegtl/internal/pad_opt.hpp
/usr/include/tao/pegtl/internal/peek_char.hpp
/usr/include/tao/pegtl/internal/peek_mask_uint.hpp
/usr/include/tao/pegtl/internal/peek_mask_uint8.hpp
/usr/include/tao/pegtl/internal/peek_uint.hpp
/usr/include/tao/pegtl/internal/peek_uint8.hpp
/usr/include/tao/pegtl/internal/peek_utf16.hpp
/usr/include/tao/pegtl/internal/peek_utf32.hpp
/usr/include/tao/pegtl/internal/peek_utf8.hpp
/usr/include/tao/pegtl/internal/pegtl_string.hpp
/usr/include/tao/pegtl/internal/plus.hpp
/usr/include/tao/pegtl/internal/raise.hpp
/usr/include/tao/pegtl/internal/range.hpp
/usr/include/tao/pegtl/internal/ranges.hpp
/usr/include/tao/pegtl/internal/read_uint.hpp
/usr/include/tao/pegtl/internal/rematch.hpp
/usr/include/tao/pegtl/internal/rep.hpp
/usr/include/tao/pegtl/internal/rep_min.hpp
/usr/include/tao/pegtl/internal/rep_min_max.hpp
/usr/include/tao/pegtl/internal/rep_opt.hpp
/usr/include/tao/pegtl/internal/require.hpp
/usr/include/tao/pegtl/internal/result_on_found.hpp
/usr/include/tao/pegtl/internal/rule_conjunction.hpp
/usr/include/tao/pegtl/internal/rules.hpp
/usr/include/tao/pegtl/internal/seq.hpp
/usr/include/tao/pegtl/internal/skip_control.hpp
/usr/include/tao/pegtl/internal/sor.hpp
/usr/include/tao/pegtl/internal/star.hpp
/usr/include/tao/pegtl/internal/star_must.hpp
/usr/include/tao/pegtl/internal/state.hpp
/usr/include/tao/pegtl/internal/string.hpp
/usr/include/tao/pegtl/internal/trivial.hpp
/usr/include/tao/pegtl/internal/try_catch_type.hpp
/usr/include/tao/pegtl/internal/until.hpp
/usr/include/tao/pegtl/istream_input.hpp
/usr/include/tao/pegtl/match.hpp
/usr/include/tao/pegtl/memory_input.hpp
/usr/include/tao/pegtl/mmap_input.hpp
/usr/include/tao/pegtl/normal.hpp
/usr/include/tao/pegtl/nothing.hpp
/usr/include/tao/pegtl/parse.hpp
/usr/include/tao/pegtl/parse_error.hpp
/usr/include/tao/pegtl/position.hpp
/usr/include/tao/pegtl/read_input.hpp
/usr/include/tao/pegtl/require_apply.hpp
/usr/include/tao/pegtl/require_apply0.hpp
/usr/include/tao/pegtl/rewind_mode.hpp
/usr/include/tao/pegtl/rules.hpp
/usr/include/tao/pegtl/string_input.hpp
/usr/include/tao/pegtl/tracking_mode.hpp
/usr/include/tao/pegtl/uint16.hpp
/usr/include/tao/pegtl/uint32.hpp
/usr/include/tao/pegtl/uint64.hpp
/usr/include/tao/pegtl/uint8.hpp
/usr/include/tao/pegtl/utf16.hpp
/usr/include/tao/pegtl/utf32.hpp
/usr/include/tao/pegtl/utf8.hpp
/usr/include/tao/pegtl/version.hpp
/usr/share/cmake/Modules
/usr/share/cmake/Modules/pegtl-config-version.cmake
/usr/share/cmake/Modules/pegtl-config.cmake


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024