Accepting request 692533 from home:jengelh:branches:Java:packages

- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/692533
OBS-URL: https://build.opensuse.org/package/show/Java:packages/parboiled?expand=0&rev=5
This commit is contained in:
Fridrich Strba 2019-04-09 09:21:01 +00:00 committed by Git OBS Bridge
parent 76e762faf1
commit a15fb9ce99
2 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 9 08:17:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of description.
-------------------------------------------------------------------
Wed Apr 3 09:09:39 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -44,12 +44,12 @@ Requires: mvn(org.ow2.asm:asm-util)
BuildArch: noarch
%description
parboiled is a mixed Java/Scala library providing for lightweight and
easy-to-use, yet powerful and elegant parsing of arbitrary input text
based on Parsing expression grammars (PEGs). PEGs are an alternative to
context free grammars (CFGs) for formally specifying syntax, they
make a good replacement for regular expressions and generally have quite
a few advantages over the "traditional" way of building parser via CFGs.
parboiled is a mixed Java/Scala library providing parsing of
arbitrary input text based on Parsing expression grammars (PEGs).
PEGs are an alternative to context free grammars (CFGs) for formally
specifying syntax, they make a replacement for regular expressions
and generally have some advantages over the "traditional" way of
building parser via CFGs.
%package scala
Summary: Parboiled for Scala