simdjson 1 3.12.3-3
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
name='simdjson'
|
name='simdjson'
|
||||||
epoch='1'
|
epoch='1'
|
||||||
version='3.12.3'
|
version='3.12.3'
|
||||||
release='2'
|
release='3'
|
||||||
desc='A C++ library to see how fast we can parse JSON with complete validation.'
|
desc='A C++ library to see how fast we can parse JSON with complete validation.'
|
||||||
desc_ru='Библиотека для парсинга JSON с полной валидацией.'
|
desc_ru='Библиотека для парсинга JSON с полной валидацией.'
|
||||||
homepage='https://github.com/simdjson/simdjson'
|
homepage='https://github.com/simdjson/simdjson'
|
||||||
@ -14,7 +14,11 @@ deps=(
|
|||||||
'libgcc'
|
'libgcc'
|
||||||
)
|
)
|
||||||
build_deps=(
|
build_deps=(
|
||||||
|
'autoconf'
|
||||||
|
'automake'
|
||||||
'cmake'
|
'cmake'
|
||||||
|
'libtool'
|
||||||
|
'pkgconf-pkg-config'
|
||||||
)
|
)
|
||||||
|
|
||||||
sources=("https://github.com/simdjson/simdjson/archive/v$version.tar.gz")
|
sources=("https://github.com/simdjson/simdjson/archive/v$version.tar.gz")
|
||||||
|
Reference in New Issue
Block a user