diff options
Diffstat (limited to 'dev-dotnet/fantomas/metadata.xml')
-rw-r--r-- | dev-dotnet/fantomas/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-dotnet/fantomas/metadata.xml b/dev-dotnet/fantomas/metadata.xml new file mode 100644 index 000000000000..6f78e43c1b60 --- /dev/null +++ b/dev-dotnet/fantomas/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>dotnet@gentoo.org</email> + <name>Gentoo Dotnet Project</name> + </maintainer> + <longdescription> + F# source code formatter, inspired by scalariform for Scala, ocp-indent for + OCaml and PythonTidy for Python. + </longdescription> + <upstream> + <bugs-to>https://github.com/fsprojects/fantomas/issues/</bugs-to> + <remote-id type="github">fsprojects/fantomas</remote-id> + </upstream> +</pkgmetadata> |