# -*- 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.13.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  eaec194394ad2889c88c778e402ac7d614c9dd21 \
                    sha256  07a1bb3587aac18fd6a10a83fe4ab09f1100ab39f0cb73baea1317826b9f9e0d \
                    size    2720238

compiler.cxx_standard 2011

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON

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