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

name                ocaml-abstract_algebra
github.setup        janestreet abstract_algebra 0.17.0 v
revision            0
categories          ocaml math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         small library describing abstract algebra concepts
long_description    A {*}${description}.

checksums           rmd160  9b14e9fc460ed0a2931feffefe2a7e9aa4ae8889 \
                    sha256  f7cc273be50f9212454342e3c69e85b98a83d1487857ce9f9952c21db309258b \
                    size    3119
github.tarball_from archive

depends_lib-append  port:ocaml-base \
                    port:ocaml-ppx_jane

ocaml.build_type    dune
