Files
guru/dev-util/ocp-indent/metadata.xml
Hiroki Tokunaga dd0ea0f721 dev-util/ocp-indent: new package, add 1.8.2
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
2024-07-27 00:30:15 +09:00

19 lines
980 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<name>Hiroki Tokunaga</name>
</maintainer>
<longdescription lang="en">Ocp-indent is based on an approximate, tolerant OCaml parser and a simple stack machine ; this is much faster and more reliable than using regexps. Presets and configuration options available, with the possibility to set them project-wide. Supports most common syntax extensions, and extensible for others.
Includes:
- An indentor program, callable from the command-line or from within editors
- Bindings for popular editors
- A library that can be directly used by editor writers, or just for fault-tolerant/approximate parsing.</longdescription>
<upstream>
<bugs-to>https://github.com/OCamlPro/ocp-indent/issues</bugs-to>
<remote-id type="github">OCamlPro/ocp-indent</remote-id>
</upstream>
</pkgmetadata>