parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

metadata.xml (504B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
      3 <pkgmetadata>
      4 	<maintainer type="person">
      5 		<email>parazyd@dyne.org</email>
      6 	</maintainer>
      7 	<longdescription lang="en">
      8 		Go is a new systems programming language developped at google by
      9 		Rob Pike. It has garbage collection, coroutines, communication
     10 		channels and a clean syntax.
     11 	</longdescription>
     12 	<use>
     13 		<flag name="gccgo">Enable bootstrapping using gccgo</flag>
     14 	</use>
     15 </pkgmetadata>