summaryrefslogtreecommitdiff
path: root/dev-scheme/gauche/metadata.xml
blob: e975680264a255fd9e3fa5e2e1a88a35d4ed08bb (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
29
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>dev@liguros.net</email>
  <name>Development</name>
 </maintainer>
 <maintainer type="person">
  <email>hattya@gentoo.org</email>
  <name>Akinori Hattori</name>
 </maintainer>
 <maintainer type="project">
  <email>scheme@gentoo.org</email>
  <name>Gentoo Scheme Project</name>
 </maintainer>
 <longdescription>
		Gauche is an R5RS Scheme implementation developed to be a handy script
		interpreter, which allows programmers and system administrators to write
		small to large scripts for their daily chores. Quick startup, built-in
		system interface, native multilingual support are some of my goals.

		Gauche runs on several Unix-like platforms.
	</longdescription>
 
 <use>
  <flag name="mbedtls">Enable support for <pkg>net-libs/mbedtls</pkg></flag>
 </use>
 <origin>ports</origin>
</pkgmetadata>