Update
This commit is contained in:
2
packages/dev-lua/lpeg/Manifest
Normal file
2
packages/dev-lua/lpeg/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST hasufell-binhost--dev-lua--lpeg-0.12-r3--C.24878.1529715450.524679.C.tar.bz2 66956 SHA256 06ac47f4d3e69a780e74046af19702032009e4527d0dd36c5fb24861868d5ad7 SHA512 47ad3302a2419d8753795bff26a92f2f345f07f3c72f11625a23b0f2c278e7866a628a3ac72b366fc79a153c25a89377a6138e4d87bcc8305dc546b528b813f5 WHIRLPOOL b71c448b13d62fdd0f3d0ddcc0f5feb8f99d51c0d30f9508a3930ad315fcbbc4e1d8a52a1f7c0a7b36c65a1db8117821259c2d4bae21b8f60d341fe0c2d6a0fe
|
||||
PBIN lpeg-0.12-r3.pbin-1+exheres-0 2860 SHA256 ebab5642bbbed9f88bd50a1261e39acb3705ac577c58f162d551d89f9fd181c2 SHA512 f1b0977c3586aee87b412ceaec9de1d51cf318483dc8849a8e5d414edd1f1dc8c9cfb19b4e9d19f19ba019ebb6884ff4b2182ab5fe96ab60676ad234f7b66abd WHIRLPOOL 99486bcc414112a6c2403a2c7147c98533417d10a4e724b3d9b1f83f8e983698febb659962c62838fcbabc87a2b0bd3fa5fa91477d407f2a5ce287a1863c69bc
|
||||
38
packages/dev-lua/lpeg/lpeg-0.12-r3.pbin-1+exheres-0
Normal file
38
packages/dev-lua/lpeg/lpeg-0.12-r3.pbin-1+exheres-0
Normal file
@@ -0,0 +1,38 @@
|
||||
# Created by paludis-3.0.0 on Sat Jun 23 02:57:30 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: lua_abis:5.1? ( dev-lang/lua:5.1 ) lua_abis:5.2? ( dev-lang/lua:5.2 ) ) [[ defined-in = [ lua.exlib ] ]]"
|
||||
DESCRIPTION=" 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 use auxiliary variables to break complex definitions, etc.) and are extensible, as we can define new functions to create and compose patterns."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="http://www.inf.puc-rio.br/~roberto/lpeg/"
|
||||
INHERITED=" multibuild easy-multibuild lua flag-o-matic"
|
||||
MYOPTIONS="( ( ( lua_abis: ( 5.1 [[ description = [ Use Lua ABI 5.1 ] ]] 5.2 [[ description = [ Use Lua ABI 5.2 ] ]] ) [[ number-selected = [ at-least-one ] ]] ) ) [[ defined-in = [ lua.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64"
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
DOWNLOADS="http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12.tar.gz"
|
||||
OPTIONS="lua_abis:5.1 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1529715450"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
CC="x86_64-pc-linux-gnu-cc"
|
||||
CFLAGS="-march=native -pipe -O2 -fPIC"
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
CTARGET=""
|
||||
CXX="x86_64-pc-linux-gnu-c++"
|
||||
CXXFLAGS="-march=native -pipe -O2 -fPIC"
|
||||
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
|
||||
LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="alip"
|
||||
PLATFORMS="~amd64"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-lua--lpeg-0.12-r3--C.24878.1529715450.524679.C.tar.bz2"
|
||||
SUMMARY="A new pattern-matching library for Lua, based on Parsing Expression Grammars"
|
||||
BUGS_TO="alip@exherbo.org"
|
||||
REMOTE_IDS=""
|
||||
UPSTREAM_CHANGELOG=""
|
||||
UPSTREAM_RELEASE_NOTES=""
|
||||
UPSTREAM_DOCUMENTATION=""
|
||||
SCM_REVISION=""
|
||||
Reference in New Issue
Block a user