Last change
on this file since 36562 was
36562,
checked in by Kon Lovett, 15 months ago
|
remove condition-utils & check-errors dependencies
|
File size:
582 bytes
|
Line | |
---|
1 | ;;; mailbox.egg -*- Scheme -*- |
---|
2 | ;;;; Kon Lovett, Jul '18 |
---|
3 | |
---|
4 | ((synopsis "Thread-safe queues with timeout") |
---|
5 | (category hell) |
---|
6 | (version "3.2.0") |
---|
7 | (author "[[felix winkelman]] and [[kon lovett]]") |
---|
8 | (license "BSD") |
---|
9 | (dependencies |
---|
10 | (srfi-1 "0.2") |
---|
11 | (srfi-18 "0.1") |
---|
12 | (record-variants "1.0")) |
---|
13 | (test-dependencies test) |
---|
14 | (components |
---|
15 | (extension mailbox |
---|
16 | #;(inline-file) |
---|
17 | (types-file) |
---|
18 | (csc-options |
---|
19 | "-feature" "unsafe-operations" |
---|
20 | "-feature" "sleep-primordial-thread" |
---|
21 | "-O3" "-d1" |
---|
22 | "-local" |
---|
23 | "-no-procedure-checks" "-no-bound-checks" "-no-argc-checks") ) ) ) |
---|
Note: See
TracBrowser
for help on using the repository browser.