mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 04:53:07 -04:00
dev-ml/ocamlfuse: new package, add 2.7.1_p7
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
24
dev-ml/ocamlfuse/metadata.xml
Normal file
24
dev-ml/ocamlfuse/metadata.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<description>co-maintainers welcome</description>
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">This is a binding to FUSE for the OCaml programming language, enabling
|
||||
you to write multithreaded filesystems in the OCaml language. It has
|
||||
been designed with simplicity as a goal, as you can see by looking at
|
||||
example/fusexmp.ml. Efficiency has also been a separate goal. The
|
||||
Bigarray library is used for read and writes, allowing the library to
|
||||
do zero-copy in OCaml land.</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/astrada/ocamlfuse/issues</bugs-to>
|
||||
<remote-id type="github">astrada/ocamlfuse</remote-id>
|
||||
<remote-id type="sourceforge">ocamlfuse</remote-id>
|
||||
<maintainer>
|
||||
<name>Alessandro Strada</name>
|
||||
<email>alessandro.strada@gmail.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user