# -*- 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           cmake 1.1
PortGroup           github 1.0

github.setup        jupyter-xeus xproperty 0.12.1
github.tarball_from archive
revision            0
categories          devel
license             Boost
maintainers         {mps @Schamschula} openmaintainer
description         xproperty is a C++ library providing traitlets-style properties.
long_description    xproperty provides an implementation of the observer patterns \
                    relying on C++ template and preprocessor metaprogramming \
                    techniques.

supported_archs     noarch
platforms           {darwin any}

checksums           rmd160  0710214f0fbd2773d4082650ee0b0d1c03c15182 \
                    sha256  e8fd89e8b4bfd1631189654156dc9da4f668e011f8ccf8bc3fdd723479922b18 \
                    size    42452

depends_lib-append  port:nlohmann-json
