dev-ml/fpath: new package, add 0.7.3

Signed-off-by: Hiroki Tokunaga <tokusan441@gmail.com>
This commit is contained in:
Hiroki Tokunaga
2024-07-24 12:48:32 +09:00
parent eeaa08fbdf
commit 853c852bfb
3 changed files with 46 additions and 0 deletions

14
dev-ml/fpath/metadata.xml Normal file
View File

@@ -0,0 +1,14 @@
<?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">Fpath is an OCaml module for handling file system paths with POSIX or Windows conventions. Fpath processes paths without accessing the file system and is independent from any system library.</longdescription>
<upstream>
<doc>https://erratique.ch/software/fpath/doc/</doc>
<bugs-to>https://github.com/dbuenzli/fpath/issues</bugs-to>
<remote-id type="github">dbuenzli/fpath</remote-id>
</upstream>
</pkgmetadata>