macOS
brew install noweblocal Homebrew formula metadata
sudo port install nowebMacPorts ports tree · devel/noweb/Portfile · ソース: api.github.com
brew
noweb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install noweblocal Homebrew formula metadata
sudo port install nowebMacPorts ports tree · devel/noweb/Portfile · ソース: api.github.com
sudo apt install nowebDebian stable package indexes · noweb · ソース: deb.debian.org
nix profile install nixpkgs#nowebnixpkgs package indexes · pkgs/by-name/no/noweb/package.nix · ソース: api.github.com
概要
WEB-like literate-programming tool
履歴
noweb is Norman Ramsey's language-independent literate-programming tool. It was designed as a simpler, extensible alternative to WEB-style systems: the homepage emphasizes five control sequences, a four-page manual, and back ends for TeX, LaTeX, HTML, and troff.
The project is historically important even though modern package-manager usage is tiny. Ramsey's homepage says noweb has been used for thirty-five years at universities and industrial sites and for tens of thousands of lines of code in languages including awk, C, C++, Haskell, Icon, Modula-3, OCaml, Perl, Promela, R, Turing, and Standard ML.
The Hacker's Guide is dated September 1992, with revisions in August 1994 and December 1997. Ramsey's 1994 IEEE Software article 'Literate programming simplified' and the October 1997 Linux Journal article introduced the tool and its approach to a broader audience.
noweb's core idea is a pipeline. The Hacker's Guide describes how every tool begins with a noweb source file, transforms it through simple stages, and then emits code through notangle or documentation through noweave. That architecture let users add behavior by inserting pipeline stages rather than recompiling the tool.
The homepage notes that in 2018 Ramsey released version 2.12 and put noweb on GitHub. GitHub releases later list v2_12 in 2023 and v2_13 in 2023; Homebrew packages version 2.13.
noweb's adoption was strongest in academic and research programming circles that valued literate programming across multiple languages. The homepage links a maintained user/project list, example programs, a postcard gallery online since April 1998, and LyX support since March 1999.
Homebrew's formula API reported only 49 install-on-request events in its 365-day analytics window. That does not erase the project's historical footprint; it shows that noweb is mostly legacy, archival, academic, or enthusiast infrastructure in modern macOS package usage.
Users write source in noweb chunks, run notangle to extract compilable code, and run noweave to generate human-readable documentation. The tool intentionally avoids language-specific prettyprinting, trading that feature away for language independence and a small syntax.
Package nerds value noweb because it is old, portable, and inspectable. It ships a cluster of Unix-style tools such as notangle, noweave, noindex, noroots, nodefs, and noweb itself, making it a small literate-programming toolkit rather than a single renderer.
noweb is a landmark in literate-programming tooling: less famous than WEB/CWEB, but influential because it made literate programming language-neutral and Unix-pipeline friendly. Its modern package presence is low, but its design remains a reference point for simple documentation/code extraction systems.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
cpif | cli | グローバル実行可能ファイル | |
htmltoc | cli | グローバル実行可能ファイル | |
nodefs | cli | グローバル実行可能ファイル | |
noindex | cli | グローバル実行可能ファイル | |
noroff | cli | グローバル実行可能ファイル | |
noroots | cli | グローバル実行可能ファイル | |
notangle | cli | グローバル実行可能ファイル | |
nountangle | cli | グローバル実行可能ファイル | |
noweave | cli | グローバル実行可能ファイル | |
noweb | cli | グローバル実行可能ファイル | |
nuweb2noweb | cli | グローバル実行可能ファイル | |
sl2h | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/nrnrnr/noweb
インストールメタデータ
| パッケージキー | brew:noweb |
|---|---|
| バージョン | 2.13 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/noweb |
| ホームページ | https://www.cs.tufts.edu/~nr/noweb/ |
| リポジトリ | https://github.com/nrnrnr/noweb |
| 上流ドキュメント | https://www.cs.tufts.edu/~nr/noweb |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://github.com/nrnrnr/noweb/archive/refs/tags/v2_13.tar.gz |
| 最終更新 | 2026-06-14T14:47:57+02:00 |
| Pulse | updated |
| 依存関係 | icon |
| ビルド依存関係 | gnu-sed |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
| 注意点 | TeX support files are installed in the directory: $HOMEBREW_CELLAR/noweb/2.13/tex/generic/noweb You may need to add the directory to TEXINPUTS to run noweb properly. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | noweb |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
noweb 2.13-2
WEB-like literate-programming tool
https://www.cs.tufts.edu/~nr/noweb
sudo apt install nowebnoweb
nix profile install nixpkgs#nowebnoweb 2.12-4
WEB-like literate-programming tool
https://www.cs.tufts.edu/~nr/noweb
sudo apt install nowebnoweb
sudo port install nowebソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.