blob: b891eeba83cfe068b2fdd4d42bd68922c7d3e427 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<name>Hiroki Tokunaga</name>
</maintainer>
<longdescription lang="en">This package provides a small utility that backports some of the newer OCaml syntax to older OCaml compilers. This allows adopting new features such as let+ while still keeping compatibility with older OCaml compiler.</longdescription>
<upstream>
<bugs-to>https://github.com/ocaml-ppx/ocaml-syntax-shims/issues</bugs-to>
</upstream>
<origin>srcux</origin>
</pkgmetadata>
|