# bibtex2html を Homebrew, apt, MacPorts, Nix でインストール

bibtex2html のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:bibtex2html
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install bibtex2html
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bibtex2html
```

  証拠: MacPorts ports tree: textproc/bibtex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install bibtex2html
```

  証拠: Debian stable package indexes: bibtex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#bibtex2html
```

  証拠: nixpkgs package indexes: pkgs/by-name/bi/bibtex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:bibtex2html
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/bibtex2html>
- **バージョン:** 1.99
- **ソース概要:** BibTeX to HTML converter
- **ホームページ:** <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html>
- **リポジトリ:** <https://github.com/backtracking/bibtex2html>
- **上流ドキュメント:** <https://github.com/backtracking/bibtex2html#readme>
- **ライセンス:** GPL-2.0-only
- **ソースアーカイブ:** <https://usr.lmf.cnrs.fr/~jcf/ftp/bibtex2html/bibtex2html-1.99.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- aux2bib (cli)
- bib2bib (cli)
- bibtex2html (cli)
- aux2bib (エイリアス)
- bib2bib (エイリアス)
- bibtex2html (エイリアス)

## ビルド依存関係

- ocaml

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.99
- ローカルデータ: OK
- 上流リポジトリ: https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

BibTeX2HTML is an OCaml-written collection of command-line tools for turning BibTeX bibliographies into HTML pages and for filtering BibTeX entries.

### プロジェクトの歴史

The official project page credits Jean-Christophe Filliatre and Claude Marche as authors and describes BibTeX2HTML as a collection of tools for translating BibTeX to HTML.

The changelog dates the first public release, version 0.1, to July 1997, followed by a rapid sequence of 0.x releases that added multiple bibliographies, online documentation, abstract handling, long options, macro translation, and filtering.

By version 1.0 in July 1999, BibTeX2HTML had become a practical publication-list generator with bib2bib filtering, footer control, citation-file support, macro handling, and BibTeX output preservation.

### 採用の歴史

BibTeX2HTML became useful in the early web era because academics already maintained BibTeX files and needed HTML publication pages without manually duplicating bibliography data.

The official home page points to Debian, FreeBSD, OpenBSD, Windows, macOS, Linux, and Solaris distribution artifacts or ports, showing long-lived cross-platform packaging beyond the original source release.

### 使われ方

The manual describes three command-line tools: bibtex2html for translating a .bib file into HTML, bib2bib for filtering bibliography entries by criteria, and aux2bib for extracting entries referenced by a LaTeX .aux file.

Typical users generate publication pages, add links from fields such as url, ps, and abstract, sort entries by dates or authors, and use bib2bib to select subsets of a bibliography.

### パッケージ好きにとっての重要性

BibTeX2HTML is package-nerd significant as a surviving 1990s Unix-style academic publishing tool: an OCaml CLI that bridges BibTeX, BibTeX styles, LaTeX-era metadata, and static HTML publication pages.

Its history also shows why package managers kept small bibliography converters around: they are glue tools for reproducible academic websites, not large applications.

### タイムライン

- 1997-07-17: Version 0.1 is marked as the first public release.
- 1998-11-18: Version 0.7 adds online documentation and long options.
- 1999-07-15: Version 1.0 adds fuller bib2bib filtering and publication-page features.
- 2008-07-08: Version 1.92 adds a Windows installer and cross-reference expansion.
- 2014-07-04: Version 1.98 fixes URL escaping and improves macro translation.
- 2018-03-23: Version 1.99 updates safety around string use and requires OCaml 4.03 or newer.

### Related projects

- BibTeX is the source bibliography format and external processor that BibTeX2HTML builds around.
- HeVeA is listed by the project as a related LaTeX-to-HTML tool.
- bib2bib and aux2bib are companion tools distributed with BibTeX2HTML.

### ソース

- <https://github.com/backtracking/bibtex2html/blob/master/CHANGES>
- <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/doc/manual.html>
- <https://usr.lmf.cnrs.fr/~jcf/bibtex2html/index.en.html>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bibtex2html
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Debian apt - bibtex2html - 1.99-4+b4: normalized package name match | Debian stable package indexes: bibtex2html from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | filters BibTeX files and translates them to HTML | https://www.lri.fr/~filliatr/bibtex2html/index.en.html
- Nix - bibtex2html: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/bibtex2html/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - bibtex2html - 1.99-4: normalized package name match | Ubuntu 24.04 LTS package indexes: bibtex2html from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | filters BibTeX files and translates them to HTML | https://www.lri.fr/~filliatr/bibtex2html/index.en.html
- MacPorts - bibtex2html: normalized package name match | MacPorts ports tree: textproc/bibtex2html/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/ja/pkg/web-dev-tools/) - Matched web development metadata.
- [Productivity CLI packages](https://www.automicvault.com/ja/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [ocaml](https://www.automicvault.com/ja/pkg/brew/ocaml/) - Build dependency declared by Homebrew.
- [bibutils](https://www.automicvault.com/ja/pkg/brew/bibutils/) - Shares av.db curated category or tags: bibliography, bibtex, cli, converter, productivity.
- [bibclean](https://www.automicvault.com/ja/pkg/brew/bibclean/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [papis](https://www.automicvault.com/ja/pkg/brew/papis/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [hayagriva](https://www.automicvault.com/ja/pkg/brew/hayagriva/) - Shares av.db curated category or tags: bibliography, cli, productivity.
- [bib-tool](https://www.automicvault.com/ja/pkg/brew/bib-tool/) - Shares av.db curated category or tags: bibliography, bibtex, cli, productivity.
- [bibtexconv](https://www.automicvault.com/ja/pkg/brew/bibtexconv/) - Shares av.db curated category or tags: bibtex, cli, converter, productivity.
- [mhonarc](https://www.automicvault.com/ja/pkg/brew/mhonarc/) - Shares av.db curated category or tags: cli, converter, html, productivity.
- [biber](https://www.automicvault.com/ja/pkg/brew/biber/) - Shares av.db curated category or tags: bibliography, cli, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/bibtex2html.yml](https://github.com/automic-vault/db/blob/main/combined/bibtex2html.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
