# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github  1.0
PortGroup           cmake   1.1

github.setup        simdjson simdjson 3.7.0 v
github.tarball_from archive
revision            0

homepage            https://simdjson.org/

description         C++ library for parsing gigabytes of JSON per second

long_description    \
    The ${name} library uses commonly available SIMD instructions and \
    microparallel algorithms to parse JSON 4x faster than RapidJSON and \
    25x faster than JSON for Modern C++.

categories          devel
license             Apache-2
maintainers         nomaintainer

checksums           rmd160  3f14dafc28def99fb46def111e1cf28b93e8e427 \
                    sha256  27315c4861893b3e036c1f672b1c238ee86be6edb84c0824d1ed20dea5999777 \
                    size    2309580

compiler.cxx_standard 2011

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON

patchfiles          patch-build-flags-on-x86.diff
