Source: guile-hoot
Section: libs
Maintainer: Debian Scheme Team <debian-scheme@lists.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 guile-3.0-dev,
 texinfo,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/guile-hoot.git
Vcs-Browser: https://salsa.debian.org/debian/guile-hoot/
Homepage: https://codeberg.org/spritely/hoot

Package: guile-hoot
Build-Profiles: <!noguile>
Architecture: any
Section: lisp
Depends:
 guile-3.0,
 ${misc:Depends},
 ${shlibs:Depends},
Description: run Scheme code on WebAssembly-capable web browsers
 Hoot is an ahead-of-time, whole-program compiler for [Guile
 Scheme](https://gnu.org/software/guile) to WebAssembly (aka Wasm)
 developed by the [Spritely Institute](https://spritely.institute/).
 .
 In addition to the compiler, Hoot contains a full WebAssembly
 toolchain with an assembler, a disassembler, a linker, an interpreter,
 etc.  Hoot produces binaries that conform to the Wasm 3.0
 specification which features tail calls and heap-allocated reference
 types with garbage collection.
 .
 Hoot is built on Guile and has no additional dependencies. The
 toolchain is self-contained and even features a Wasm interpreter for
 testing Hoot binaries without leaving the Guile REPL.
 .
 This package contains the Guile Hoot modules.
