pkg.soopen package index

brew / 順位 4928

cmark-gfm を Homebrew, apt, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install cmark-gfm

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install cmark-gfm

MacPorts ports tree · devel/cmark-gfm/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install cmark-gfm

Debian stable package indexes · cmark-gfm · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#cmark-gfm

nixpkgs package indexes · pkgs/by-name/cm/cmark-gfm/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S cmark-gfm

Arch Linux sync databases · cmark-gfm · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install cmark-gfm

openSUSE Tumbleweed package metadata · cmark-gfm · ソース: download.opensuse.org

概要

パッケージ概要

C implementation of GitHub Flavored Markdown

コマンドとエイリアス

  • cmark-gfm

履歴

プロジェクトの歴史と使われ方

cmark-gfm is GitHub's fork of cmark, extending the CommonMark C reference implementation with GitHub Flavored Markdown extensions. It provides GFM-specific libraries and binaries suffixed with -gfm so they can coexist with upstream cmark.

プロジェクトの歴史

GitHub created the cmark-gfm repository in December 2016. The README states that the project adds GitHub Flavored Markdown extensions to the upstream CommonMark implementation, as defined by the GFM spec, while preserving much of the upstream cmark README.

採用の歴史

The GFM spec says GitHub Flavored Markdown is the Markdown dialect supported for user content on GitHub.com and GitHub Enterprise. The batch input lists cmark-gfm packages for Homebrew, Debian, MacPorts, Nix, Arch/pacman, and Ubuntu, reflecting its role as the packaged local implementation of GitHub's Markdown dialect.

使われ方

Users run cmark-gfm or link against its library to parse Markdown with GitHub extensions such as tables, task list items, strikethrough, autolinks, and disallowed raw HTML behavior. The README also documents the inherited cmark AST, renderer, security, build, and test workflows.

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

cmark-gfm matters when a package needs GitHub-style Markdown rendering rather than plain CommonMark. The -gfm suffixing is package-manager friendly because it avoids collisions with upstream cmark while exposing GitHub's dialect as a reproducible command-line and library dependency.

タイムライン

  • 2016: GitHub creates the cmark-gfm repository.
  • 2017: tag 0.27.1.gfm.0 marks an early public GFM release line.
  • 2019: the GFM spec version 0.29-gfm is published.
  • 2023: GitHub release 0.29.0.gfm.13 is published.

Related projects

  • cmark-gfm is directly related to upstream cmark, the CommonMark spec, the GitHub Flavored Markdown spec, and libraries that wrap libcmark-compatible parsers.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
cmark-gfm実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版0.29.0.gfm.13
マネージャ更新日
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:cmark-gfm
バージョン0.29.0.gfm.13
パッケージマネージャHomebrew
ホームページhttps://github.com/github/cmark-gfm
リポジトリhttps://github.com/github/cmark-gfm
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

cmark-gfm 0.29.0.gfm.13-4

CommonMark parsing and rendering program, GitHub flavor

https://github.com/github/cmark

sudo apt install cmark-gfm
  • Section: text
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: cmark-gfm from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcmark-gfm-dev 0.29.0.gfm.13-4

CommonMark GitHub flavor gfm library dev files

https://github.com/github/cmark

sudo apt install libcmark-gfm-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcmark-gfm-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcmark-gfm-extensions-dev 0.29.0.gfm.13-4

CommonMark GitHub flavor gfm extensions library dev files

https://github.com/github/cmark

sudo apt install libcmark-gfm-extensions-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcmark-gfm-extensions-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcmark-gfm-extensions0.29.0.gfm.13 0.29.0.gfm.13-4

CommonMark GitHub flavor gfm extension library

https://github.com/github/cmark

sudo apt install libcmark-gfm-extensions0.29.0.gfm.13
  • Section: libs
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 2 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcmark-gfm-extensions0.29.0.gfm.13 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libcmark-gfm0.29.0.gfm.13 0.29.0.gfm.13-4

CommonMark GitHub flavor gfm library

https://github.com/github/cmark

sudo apt install libcmark-gfm0.29.0.gfm.13
  • Section: libs
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libcmark-gfm0.29.0.gfm.13 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

cmark-gfm

nix profile install nixpkgs#cmark-gfm
  • normalized package name match
  • 一致条件: Cmark Gfm
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/cm/cmark-gfm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

cmark-gfm 0.29.0.gfm.6-6build1

CommonMark parsing and rendering program, GitHub flavor

https://github.com/github/cmark

sudo apt install cmark-gfm
  • Section: universe/text
  • Architecture: amd64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: cmark-gfm from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libcmark-gfm-dev 0.29.0.gfm.6-6build1

CommonMark GitHub flavor gfm library dev files

https://github.com/github/cmark

sudo apt install libcmark-gfm-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcmark-gfm-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libcmark-gfm-extensions-dev 0.29.0.gfm.6-6build1

CommonMark GitHub flavor gfm extensions library dev files

https://github.com/github/cmark

sudo apt install libcmark-gfm-extensions-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcmark-gfm-extensions-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libcmark-gfm-extensions0.29.0.gfm.6 0.29.0.gfm.6-6build1

CommonMark GitHub flavor gfm extension library

https://github.com/github/cmark

sudo apt install libcmark-gfm-extensions0.29.0.gfm.6
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 2 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcmark-gfm-extensions0.29.0.gfm.6 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libcmark-gfm0.29.0.gfm.6 0.29.0.gfm.6-6build1

CommonMark GitHub flavor gfm library

https://github.com/github/cmark

sudo apt install libcmark-gfm0.29.0.gfm.6
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: cmark-gfm
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libcmark-gfm0.29.0.gfm.6 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

cmark-gfm 0.29.0.gfm.13-2

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

https://github.com/github/cmark

sudo pacman -S cmark-gfm
  • License: BSD-2-Clause
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Cmark Gfm
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: cmark-gfm from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

cmark-gfm 0.29.0.gfm.13-1.3

GitHub's fork of cmark, a CommonMark parsing and rendering library

https://github.com/github/cmark-gfm

sudo zypper install cmark-gfm
  • License: BSD-2-Clause AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: cmark-gfm
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Cmark Gfm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cmark-gfm from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

cmark-gfm-devel 0.29.0.gfm.13-1.3

Development files for the cmark-gfm libraries

https://github.com/github/cmark-gfm

sudo zypper install cmark-gfm-devel
  • License: BSD-2-Clause AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: cmark-gfm
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cmark Gfm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cmark-gfm-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

libcmark-gfm-extensions0_29_0_gfm_13 0.29.0.gfm.13-1.3

GitHub Flavored Markdown extensions for cmark-gfm

https://github.com/github/cmark-gfm

sudo zypper install libcmark-gfm-extensions0_29_0_gfm_13
  • License: BSD-2-Clause AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: cmark-gfm
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cmark Gfm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libcmark-gfm-extensions0_29_0_gfm_13 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
zypper95%

libcmark-gfm0_29_0_gfm_13 0.29.0.gfm.13-1.3

CommonMark parsing and rendering library

https://github.com/github/cmark-gfm

sudo zypper install libcmark-gfm0_29_0_gfm_13
  • License: BSD-2-Clause AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: cmark-gfm
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Cmark Gfm
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libcmark-gfm0_29_0_gfm_13 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation