AtlatestRepositorysigil-repl

sigil-repl / treepackage.sgl

1;;; sigil-repl - Interactive REPL
2;;;
3;;; Provides the interactive Read-Eval-Print Loop for Sigil.
4;;; This package provides shared REPL infrastructure used by both
5;;; the local REPL and the network REPL (sigil-nrepl).
6
7(package
8 name: "sigil-repl"
9 description: "Interactive REPL for Sigil"
10 version: "0.17.0"
11 sigil: "^0.17"
12 url: "https://codeberg.org/sigil/sigil-repl"
13 license: "BSD-3-Clause"
14 authors: (list "David Wilson <[email protected]>")
16 dependencies: (list
17 (from-git url: "codeberg:sigil/sigil-ansi" version: "^0.16.0")
18 (from-git url: "codeberg:sigil/sigil-hooks" version: "^0.16.0")
19 (from-git url: "codeberg:sigil/sigil-docs" version: "^0.16.0")))