DFSG NEW Queue

DFSG, Licensing & New Packages Team

guile-knots 0.1-1

Package Information

Descriptionlibrary for higher-level patterns on top of guile-fibers

Guile Knots is a library providing higher-level patterns and building blocks for programming with guile-fibers.

- Parallel map/for-each with configurable concurrency limits - Resource and thread pools - Fiber-aware promises for lazy and eager parallel evaluation - Timeouts for fibers and I/O ports - A HTTP web server - Non-blocking socket utilities

This package contains the Guile-Knots modules.

MaintainerDebian Scheme Team <debian-scheme@lists.debian.org>
Changed BySimon Josefsson <simon@josefsson.org>
Sponsorsimon@josefsson.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/debian/guile-knots.git (browse)
Closes#1131766
Trackerhttps://tracker.debian.org/pkg/guile-knots
Uploaded4 hours ago

New Package Report

.changes
DateTue, 24 Mar 2026 10:38:41 +0100
Sourceguile-knots
Version0.1-1
Changed-BySimon Josefsson
Architecturesource amd64
Distributionunstable
Changelog
guile-knots (0.1-1) unstable; urgency=medium
 .
   * New package.  Closes: #1131766.
.dsc
Sectionlisp
Priorityoptional
Componentmain
Package-Listguile-knots deb lisp optional arch=any profile=!noguile profile:v1=!noguile
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: guile-knots
Upstream-Contact: Christopher Baines <mail@cbaines.net>
Source: https://forge.cbaines.net/cbaines/guile-knots

Files: *
Copyright: 2026 Christopher Baines
License: GPL-3+

Files: knots/web-server.scm
Copyright: 2020 Christopher Baines <mail@cbaines.net>
           2010-2013,2015,2017 Free Software Foundation, Inc.
License: LGPL-3+

Files: debian/*
Copyright: 2024-2026 Simon Josefsson <simon@josefsson.org>
License: GPL-3+
Comment: Debian packaging is licensed under the same terms as upstream

License: GPL-3+
 ;;; The Guile Knots is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
 ;;; published by the Free Software Foundation; either version 3 of the
 ;;; License, or (at your option) any later version.
 ;;;
 ;;; The Guile Knots is distributed in the hope that it will be useful,
 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;;; General Public License for more details.
 ;;;
 ;;; You should have received a copy of the GNU General Public License
 ;;; along with the guix-data-service.  If not, see
 ;;; <http://www.gnu.org/licenses/>.
Comment:
 The complete text of version 3 of the GNU General Public License can
 be found in the file: /usr/share/common-licenses/GPL-3

License: LGPL-3+
 ;; This library is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU Lesser General Public
 ;; License as published by the Free Software Foundation; either
 ;; version 3 of the License, or (at your option) any later version.
 ;;
 ;; This library is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 ;; Lesser General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU Lesser General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
Comment:
 The complete text of version 3 of the GNU Lesser General Public
 License can be found in the file: /usr/share/common-licenses/LGPL-3

Back to Dashboard | View all reviews for this package