simdjson 1 3.12.3-2

This commit is contained in:
2025-05-17 14:21:29 +03:00
parent e7ae447166
commit c22e9ce77c

View File

@ -1,7 +1,7 @@
name='simdjson' name='simdjson'
epoch='1' epoch='1'
version='3.12.3' version='3.12.3'
release='1' release='2'
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'
@ -11,7 +11,7 @@ architectures=('amd64')
license=('Apache-2.0') license=('Apache-2.0')
deps=( deps=(
'libsgcc' 'libgcc'
) )
build_deps=( build_deps=(
'cmake' 'cmake'