simdjson 1 3.12.3-3

This commit is contained in:
2025-05-17 14:56:34 +03:00
parent 3a0b44fdc0
commit ac1c8ffd5f

View File

@ -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")