blob: 6bafddb38b05aff440f75c7ba67e941c72df8455 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= simdjson
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= devel
MAINTAINER= olevole@olevole.ru
COMMENT= Parsing gigabytes of JSON per second
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= does not build (error: unknown type name '__uint128_t')
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_ON= SIMDJSON_JUST_LIBRARY
.include <bsd.port.mk>
|