blob: c675bc02ed389326547608bd88f79ef3f7b48584 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>ml@gentoo.org</email>
<name>ML</name>
</maintainer>
<longdescription>
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but
supports Unicode. Unlike ocamllex, sedlex allows lexer specifications
within regular OCaml source files. Lexing specific constructs are provided
via a ppx syntax extension.
</longdescription>
<upstream>
<bugs-to>https://github.com/ocaml-community/sedlex/issues/</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|