# -*- 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.17.0 v
revision            1
categories          ocaml
maintainers         nomaintainer
license             MIT
description         Simpler notation for fixed point literals
long_description    ${description}

checksums           rmd160  24f5ab96b75a2441376b1b0d25a92444ef981794 \
                    sha256  8523872846b1e5ee7461eb55c912be4039b183de1cf2768045a6d51701a08400 \
                    size    3720
github.tarball_from archive

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

ocaml.build_type    dune
