Line | |
---|
1 | ;;;; timed-resource.egg -*- scheme -*- |
---|
2 | |
---|
3 | ((synopsis "Resource w/ Timeout") |
---|
4 | (version "2.3.0") |
---|
5 | (category misc) |
---|
6 | (author "[[kon lovett]]") |
---|
7 | (license "BSD") |
---|
8 | (dependencies |
---|
9 | (record-variants "1.1") |
---|
10 | (check-errors "3.1.1") |
---|
11 | (thread-utils "1.0.1") |
---|
12 | (srfi-1 "0.5.1") |
---|
13 | (srfi-18 "0.1.5") |
---|
14 | (synch "3.2.1") |
---|
15 | (miscmacros "1.0")) |
---|
16 | (test-dependencies test srfi-18) |
---|
17 | (components |
---|
18 | (extension timed-resource |
---|
19 | (types-file) |
---|
20 | (csc-options "-O3" "-d1" "-strict-types" "-local" "-no-procedure-checks" "-no-bound-checks")) ) ) |
---|
Note: See
TracBrowser
for help on using the repository browser.