# -*- 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-pp_loc
github.setup        Armael pp_loc 2.1.0 v
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             MIT

description         Quote and highlight input fragments at a given source location

long_description    Decent error reporting (for example, in a parser, a compiler, ...) typically \
                    involves collecting locations, in order to indicate to the user the position \
                    of an error in the source file. This library provides functions to format \
                    such locations.

checksums           rmd160  4e033c976b7942b982b7b9b9b7686452a0d9ab93 \
                    sha256  2f736505d431e81a4fe851ad310ff29ec4cd20c8fd37ef050d9e6f1050baa7cb \
                    size    10401

github.tarball_from releases
use_bzip2           yes
extract.suffix     .tbz

ocaml.build_type    dune
