# -*- 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-easy-format
github.setup        ocaml-community easy-format 1.3.4
revision            0

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             BSD
description         High-level functional interface to the OCaml Format module
long_description    High-level functional interface to the Format module of the \
                    OCaml standard library. It is a pretty-printing facility, i.e. \
                    it takes as input some code represented as a tree and formats \
                    this code into the most visually satisfying result, breaking \
                    and indenting lines of code where appropriate.

checksums           rmd160  8d9eeb1c73b66b8b2e0c02d56a7b250e712d0e39 \
                    sha256  91ea38a2fcef3684efd9518f92158b36b845fd9f7bd667f5316cfab528b0bdf1 \
                    size    16704
github.tarball_from archive

ocaml.build_type    dune
