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