blob: 25e39c2ba624f1b3d59c590671ae26d85e4518a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>gnu-emacs@gentoo.org</email>
<name>Gentoo GNU Emacs project</name>
</maintainer>
<longdescription>
This Emacs package provides convenient methods for manipulating the naming
style of a symbol. It supports different naming conventions such as: camel
case, Pascal case, all upper case, lower case separated by underscore.
</longdescription>
<upstream>
<bugs-to>https://github.com/akicho8/string-inflection/issues/</bugs-to>
</upstream>
<stabilize-allarches />
<origin>srcux</origin>
</pkgmetadata>
|