File: control

package info (click to toggle)
guile-fibers 1.3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,524 kB
  • sloc: sh: 4,397; lisp: 3,707; ansic: 504; makefile: 123
file content (28 lines) | stat: -rw-r--r-- 780 bytes parent folder | download
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
Source: guile-fibers
Section: libs
Priority: optional
Maintainer: Simon Josefsson <simon@josefsson.org>
Build-Depends:
 debhelper-compat (= 13),
 guile-3.0-dev,
 libevent-dev [hurd-any],
 texinfo,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/debian/guile-fibers.git
Vcs-Browser: https://salsa.debian.org/debian/guile-fibers/
Homepage: https://github.com/wingo/fibers

Package: guile-fibers
Build-Profiles: <!noguile>
Architecture: any
Section: lisp
Depends:
 guile-3.0,
 ${misc:Depends},
 ${shlibs:Depends},
Description: Guile library with facility to provide Go-like concurrency
 Fibers is a facility that provides Go-like concurrency for Guile
 Scheme, in the tradition of Concurrent ML.
 .
 This package contains the Guile Fibers modules.