summaryrefslogtreecommitdiff
blob: 11fd8486c7995f9670b09a4df4f3399af03f70f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>emacs</herd>
<longdescription>
  clens is a convenience library to aid in porting code from OpenBSD
  to different operating systems. Operating systems traditionally have
  different enough APIs that porting code is painful and can litter
  pretty code with ugly #ifdef goo. In order to keep code readable and
  drastically reduce the number of #ifdefs needed, clens brings other
  APIs or missing functions into specific OS "focus".
</longdescription>
</pkgmetadata>