AtlatestRepositorysigil-http
sigil-http / treepackage.sgl
1
;;; sigil-http - HTTP client and server library for Sigil2
;;;3
;;; Provides HTTP/1.1 support for building web applications and APIs.4
;;; Primary use case is serving documentation sites and game server APIs.6
(package7
name: "sigil-http"8
version: "0.18.7"9
sigil: "0.20"10
description: "HTTP client and server library for Sigil"11
url: "https://codeberg.org/sigil/sigil-http"12
license: "BSD-3-Clause"13
authors: (list "David Wilson <[email protected]>")15
dependencies: (list16
(from-git url: "codeberg:sigil/sigil-tls" version: "^0.16.5")17
(from-git url: "codeberg:sigil/sigil-json" version: "^0.16.0"))19
dev-dependencies: (list20
(from-git url: "codeberg:sigil/sigil" package: "sigil-test" version: ">=0.21")21
(from-git url: "codeberg:sigil/sigil" package: "sigil-test-runner" version: ">=0.21")))