Automic VaultAutomic Vault

brew

jflex を Homebrew, apt, dnf, MacPorts, Nix, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install jflex

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install jflex

MacPorts ports tree · devel/jflex/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install jflex

Debian stable package indexes · jflex · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install jflex

Fedora Rawhide package metadata · jflex · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#jflex

nixpkgs package indexes · pkgs/by-name/jf/jflex/package.nix · ソース: api.github.com

openSUSE zypper確認済み · 92%
sudo zypper install cup-maven-plugin

openSUSE Tumbleweed package metadata · cup-maven-plugin · ソース: download.opensuse.org

概要

パッケージ概要

Lexical analyzer generator for Java, written in Java

履歴

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

JFlex is a lexical analyzer generator for Java, written in Java. The official manual describes it as a rewrite of JLex, with no shared code with Vern Paxson's C/C++ flex, and the README describes generated lexers as deterministic finite automata that form the first front-end step in many compilers.

プロジェクトの歴史

JFlex 1.0 was publicly released in May 1998. The project history says it was built with Sun's JDK 1.1, JFlex itself through bootstrapping, and the CUP parser generator.

The project accumulated the usual compiler-tooling milestones over time: SourceForge-era releases, Ant integration, CUP and BYacc/J interoperability, Unicode work, Maven build changes, and a license change from GPL to BSD in the 1.5.0 release. JFlex 1.6.1 moved development, wiki, and issue tracking to GitHub in 2015.

The 1.9.x line continued the post-GitHub release history, with the manual identifying version 1.9.1 as a 2023 manual and release pages tying JFlex and the JFlex Maven plugin to Maven Central-oriented workflows.

採用の歴史

JFlex's adoption comes from the durable place of lex-style scanner generators in compiler courses, programming language tools, and Java build systems. The manual includes sections for porting from JLex and lex/flex and for working with CUP, CUP2, BYacc/J, and Jay, which documents its role in the Java parser-generator ecosystem.

Package metadata in the input shows JFlex packaged by Homebrew, Debian, Fedora, MacPorts, Nix, Ubuntu, and related distributions. That breadth reflects a tool old enough to be infrastructure: users may encounter it as a command-line utility, a Maven plugin, or a build dependency hidden inside language tooling.

使われ方

A JFlex user writes a `.flex` lexical specification containing regular expressions and actions. JFlex generates Java source for a scanner that reads input, matches the regular expressions, and emits actions or tokens; projects commonly wire the generated scanner into CUP-family parsers or build tools such as Maven, Ant, and Bazel.

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

JFlex is package-nerd significant because it preserves a classic Unix compiler-tool idea in the Java ecosystem. It is simultaneously a small CLI, a Maven-era build component, and a compatibility bridge for JLex and lex/flex users who need generated Java scanners with Unicode and deterministic-automata performance.

タイムライン

  • 1998: JFlex 1.0 public release.
  • 2000: JFlex 1.3 release moved part of the project to SourceForge.
  • 2014: JFlex 1.5.0 changed license from GPL to BSD and changed the build from Ant to Maven.
  • 2014: JFlex 1.6.0 added Unicode 7.0 support.
  • 2015: JFlex 1.6.1 moved development, wiki, and issue tracking to GitHub.
  • 2023: JFlex 1.9.1 released.

Related projects

  • JFlex is directly related to JLex, lex, flex, CUP, CUP2, BYacc/J, Jay, Maven, Ant, and Bazel. Its repository also includes JFlex Maven plugin and Unicode plugin components.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 1 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
jflexcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版1.9.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/jflex-de/jflex

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/jflex-de/jflex信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:jflex
バージョン1.9.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/jflex
ホームページhttps://jflex.de/
リポジトリhttps://github.com/jflex-de/jflex
上流ドキュメントhttps://jflex.de/manual.html
ライセンスBSD-3-Clause
ソースアーカイブhttps://github.com/jflex-de/jflex/releases/download/v1.9.1/jflex-1.9.1.tar.gz
依存関係openjdk
Bottle利用可能 (対象 all)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namejflex
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

jflex 1.7.0-3

lexical analyzer generator for Java

http://www.jflex.de/

sudo apt install jflex
  • Section: java
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: Jflex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: jflex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

jflex

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

jflex 1.7.0-3

lexical analyzer generator for Java

http://www.jflex.de/

sudo apt install jflex
  • Section: universe/devel
  • Architecture: all
  • 3 依存関係
  • normalized package name match
  • 一致条件: Jflex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: jflex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

jflex 1.7.0-50.fc44

Fast Scanner Generator

https://jflex.de/

sudo dnf install jflex
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: jflex
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jflex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: jflex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
zypper95%

cup-maven-plugin 1.9.1-1.4

CUP Maven plugin

https://www.jflex.de/

sudo zypper install cup-maven-plugin
  • License: BSD-3-Clause
  • Category: Development/Libraries/Java
  • Architecture: noarch
  • Source Package: jflex
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jflex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cup-maven-plugin from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

jflex 1.9.1-1.4

Lexical Analyzer Generator for Java

https://www.jflex.de/

sudo zypper install jflex
  • License: BSD-3-Clause
  • Category: Development/Libraries/Java
  • Architecture: noarch
  • Source Package: jflex
  • 6 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jflex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jflex from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

jflex-javadoc 1.9.1-1.4

API documentation for jflex

https://www.jflex.de/

sudo zypper install jflex-javadoc
  • License: BSD-3-Clause
  • Category: Development/Libraries/Java
  • Architecture: noarch
  • Source Package: jflex
  • 1 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jflex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jflex-javadoc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

jflex-maven-plugin 1.9.1-1.4

JFlex Maven Plugin

https://www.jflex.de/

sudo zypper install jflex-maven-plugin
  • License: BSD-3-Clause
  • Category: Development/Libraries/Java
  • Architecture: noarch
  • Source Package: jflex
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Jflex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: jflex-maven-plugin from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

jflex

sudo port install jflex
  • normalized package name match
  • 一致条件: Jflex
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/jflex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

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

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

使用ソース

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