summaryrefslogtreecommitdiff
blob: 355bf476488641252ae26526f3d565c79b70bd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>cjk@gentoo.org</email>
    <name>Cjk</name>
  </maintainer>
  <longdescription>
    Oniguruma is a regular expression library.  The characteristics of
    this library is that different character encoding for every regular
    expression object can be specified.  (Supported character encodings:
    ASCII, UTF-8, EUC-JP, Shift_JIS)
  </longdescription>
  <slots>
    <subslots>Reflect ABI of libonig.so.</subslots>
  </slots>
  <use>
    <flag name="combination-explosion-check">
      enable combination explosion check
    </flag>
    <flag name="crnl-as-line-terminator">
      enable CR+NL as line terminator
    </flag>
  </use>
  <upstream>
    <remote-id type="github">kkos/oniguruma</remote-id>
  </upstream>
</pkgmetadata>