blob: 506defbcce322af4995c33b645399d2a24d17255 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = nlohmann-json-git
pkgdesc = Header-only JSON library for Modern C++
pkgver = 3.0.0
pkgrel = 1
url = https://github.com/nlohmann/json
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
provides = nlohmann-json
conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
pkgname = nlohmann-json-git
|