summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO13
1 files changed, 13 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..11a2fe50e4af
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = chicken-srfi-134
+ pkgdesc = SRFI 134: Immutable deques for Chicken Scheme
+ pkgver = 1.1.1
+ pkgrel = 1
+ url = http://wiki.call-cc.org/eggref/5/srfi-134
+ arch = x86_64
+ license = MIT
+ depends = chicken
+ depends = chicken-srfi-1
+ depends = chicken-srfi-41
+ depends = chicken-typed-records
+
+pkgname = chicken-srfi-134