# -*- 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           nim 1.0

nim.setup           github arnetheduck nim-results 0.5.1 v
revision            0
categories-append   devel
license             {MIT Apache-2}
maintainers         nomaintainer

description         Result type for Nim error handling
long_description    nim-result provides a Result\[T, E\] type for Nim, \
                    enabling functional-style error handling without exceptions. \
                    This is similar to Rust's Result or Haskell's Either. \
                    It allows explicit error handling with type safety and \
                    eliminates the need for exception-based control flow.

checksums           rmd160  a9c333cad1025b44391227b9c4b1ed1ead96c5da \
                    sha256  9d03e304c1d0983e2adcf489e41a1c53c65c6dd4c8024a91da59ee8981875863 \
                    size    24143
