# -*- 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        TartanLlama expected 1.3.1 v
name                tl-expected
categories          devel
platforms           any
supported_archs     noarch
license             public-domain
maintainers         {l2dy @l2dy} openmaintainer
description         std::expected with functional-style extensions
long_description    Single header implementation of {*}${description}.

checksums           rmd160  49c6074002e9b82dcaf7cfa23a241e571739cbba \
                    sha256  9a04f4f472fbb5c30bf60402f1ca626c4a76987f867978d0b8a35d7ab3fb8fe7 \
                    size    24480
github.tarball_from archive

configure.args      -DBUILD_TESTING=OFF

compiler.cxx_standard   2011
