blob: 69bd315a05d9da7c83f7c457d01fb9171ff4f6cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>rkitover@gmail.com</email>
<name>Rafael Kitover</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">gildor478/ocaml-gettext</remote-id>
</upstream>
<use>
<flag name="ocamlopt">
Whether the OCaml native code compiler is used. Must be set globally and
match <pkg>dev-lang/ocaml</pkg>.
</flag>
</use>
</pkgmetadata>
|