# -*- 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           elisp 1.0

name                tuareg-mode.el
elpa.setup          tuareg 3.1.0 nongnu

epoch               1
categories          lang editors
license             GPL-2+
maintainers         nomaintainer
platforms           any
supported_archs     noarch

description         A GNU Emacs major mode for editing OCaml programs.
long_description    Tuareg is a Caml mode for GNU Emacs. It handles \
                    automatic indentation of OCaml code. Key parts of \
                    the code are highlighted using Font-Lock. Support \
                    to run an interactive toplevel and debugger is provided.

depends_run         bin:ocaml:ocaml

checksums           rmd160  cb7aaa8996df9b16beef8cd4f348ec85377f96b6 \
                    sha256  5527c6558716e25587264f9b6a7c0b9b636fb0d74d0e6f6076f9b79a07091cba \
                    size    389120

elisp.files         tuareg.el tuareg-compat.el tuareg-menhir.el \
                    tuareg-opam.el ocamldebug.el
