blob: bd2405734739c3b1a83b7081bc2b5cae7f5ba6ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = reflectcpp-git
pkgdesc = A C++20 library for fast serialization, deserialization and validation using reflection
pkgver = 0
pkgrel = 1
url = https://github.com/getml/reflect-cpp
arch = x86_64
arch = aarch64
arch = armv7h
license = MIT
makedepends = cmake
makedepends = gcc
makedepends = ninja
optdepends = libxml2: for XML serialization support
optdepends = yaml-cpp: for YAML serialization support
optdepends = pugixml: for XML serialization support (alternative to libxml2)
provides = reflectcpp
provides = reflectcpp=0
conflicts = reflectcpp
source = git+https://github.com/getml/reflect-cpp.git
sha256sums = SKIP
pkgname = reflectcpp-git
|