summaryrefslogtreecommitdiff
blob: d0ce884a493a6828b4f4d492c0114d6fc0fd3b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>ml@gentoo.org</email>
		<name>ML</name>
	</maintainer>
	<longdescription lang="en">
		This library defines a syntax extension for OCaml using Camlp4 that
		can be used to define first class values representing record fields,
		and additional routines, to get and set record fields, iterate and fold
		over all fields of a record and create new record values.
	</longdescription>
	<upstream>
		<remote-id type="github">janestreet/fieldslib</remote-id>
	</upstream>
</pkgmetadata>