Source: guile-hoot Section: libs Maintainer: Debian Scheme Team Uploaders: Simon Josefsson , Build-Depends: debhelper-compat (= 13), guile-3.0-dev, texinfo, Standards-Version: 4.7.3 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: 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.