# -*- 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.13.0
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  4c1bc9b137f6af64d2893567f20be8f150d0c91b \
                    sha256  41fa0e2b292e8e6d8ab98ec618a1e22ca6ebf1ea4bb6e51d3637a4b3c1360eaf \
                    size    42021

depends_lib-append  port:nlohmann-json
