Port details |
- lua-lpeg51 PEG-based pattern-matching library for Lua
- 1.0.1 devel
=0 1.0.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2015-03-16 14:12:26
- Last Update: 2018-03-31 15:36:30
- SVN Revision: 466054
- License: MIT
- WWW:
- http://www.inf.puc-rio.br/~roberto/lpeg/
- Description:
- LPeg is a new pattern-matching library for Lua, based on Parsing Expression
Grammars (PEGs).
Following the Snobol tradition, LPeg defines patterns as first-class objects.
That is, patterns are regular Lua values (represented by userdata). The library
offers several functions to create and compose patterns. With the use of
metamethods, several of these functions are provided as infix or prefix
operators. On the one hand, the result is usually much more verbose than the
typical encoding of patterns using the so called regular expressions (which
typically are not regular expressions in the formal sense). On the other hand,
first-class patterns allow much better documentation (as it is easy to comment
the code, to break complex definitions in smaller parts, etc.) and are
extensible, as we can define new functions to create and compose patterns.
WWW: http://www.inf.puc-rio.br/~roberto/lpeg/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- lua51-lpeg>0:devel/lua-lpeg51
- No installation instructions:
- This port has been deleted.
- PKGNAME: lua51-lpeg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1484778488
SHA256 (lpeg-1.0.1.tar.gz) = 62d9f7a9ea3c1f215c77e0cadd8534c6ad9af0fb711c3f89188a8891c72f026b
SIZE (lpeg-1.0.1.tar.gz) = 71527
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: devel/lua-lpeg
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- liblua-5.1.so : lang/lua51
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- lua:51
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/lua-lpeg | Commit | Credits | Log message |
1.0.1 31 Mar 2018 15:36:30 |
sunpoet |
Remove expired devel/lua-lpeg51 |
1.0.1 23 Feb 2018 19:25:04 |
sunpoet |
Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31 |
0.12 16 Mar 2015 14:10:25 |
bofh |
[NEW] devel/lua-lpeg: Parsing Expression Grammars For Lua
- Additional SLAVE PORT for building with lua 5.1
LPeg is a new pattern-matching library for Lua,
based on Parsing Expression Grammars (PEGs).
WWW: http://www.inf.puc-rio.br/~roberto/lpeg/
PR: 196825
Submitted by: olevole@olevole.ru
Approved by: bapt marino (implicit) |
Number of commits found: 3
|