# -*- 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-ppx_fixed_literal
github.setup        janestreet ppx_fixed_literal 0.16.0 v
revision            1
categories          ocaml
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Simpler notation for fixed point literals
long_description    ${description}

checksums           rmd160  998db4d4f68a94e5409d561430cd879c94ab0af6 \
                    sha256  7a2d595a362d3190023e251bee75588051cfb468e76d375aa71f22cb1b2a5416 \
                    size    3679
github.tarball_from archive

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

ocaml.build_type    dune
