Files
guru/dev-ml/bigstringaf/metadata.xml
Hiroki Tokunaga f1a8e38e3f dev-ml/bigstringaf: add 0.10.0
Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
2024-07-27 22:11:16 +09:00

30 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>fogti@ytrizja.de</email>
<name>Alain Emilia Anna Zscheile</name>
</maintainer>
<maintainer type="person">
<email>tokusan441@gmail.com</email>
<name>Hiroki Tokunaga</name>
</maintainer>
<longdescription lang="en">Bigstring intrinsics and fast blits based on memcpy/memmove
The OCaml compiler has a bunch of intrinsics for Bigstrings, but they're not
widely-known, sometimes misused, and so programs that use Bigstrings are slower
than they have to be. And even if a library got that part right and exposed the
intrinsics properly, the compiler doesn't have any fast blits between
Bigstrings and other string-like types.
So here they are. Go crazy.</longdescription>
<upstream>
<bugs-to>https://github.com/inhabitedtype/bigstringaf/issues</bugs-to>
<remote-id type="github">inhabitedtype/bigstringaf</remote-id>
<maintainer>
<name>Spiros Eliopoulos</name>
<email>spiros@inhabitedtype.com</email>
</maintainer>
</upstream>
</pkgmetadata>