lingo: File extension based programming language detection

[ bsd3, data, library, program ] [ Propose Tags ]

Lingo uses github/linguist's language registry to enable fast detection of a file path's programming langauge based on extension or filename.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3 (info)
Change log ChangeLog.md
Dependencies base (>=4.12 && <5), bytestring (>=0.10.8.2 && <0.13), containers (>=0.6.0.1 && <0.7), directory, filepath (>=1.4.2.1 && <1.5), raw-strings-qq (>=1.1 && <1.2), text (>=1.2.3.1 && <1.3), yaml (>=0.11.1.2 && <0.12) [details]
License BSD-3-Clause
Author Timothy Clem
Maintainer timothy.clem@gmail.com
Category Data
Home page https://github.com/tclem/lingo-haskell
Source repo head: git clone https://github.com/tclem/lingo-haskell
Uploaded by robrix at 2022-03-04T17:09:01Z
Distributions
Reverse Dependencies 1 direct, 14 indirect [details]
Executables generate
Downloads 3507 total (45 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for lingo-0.5.0.3

[back to package description]

Build Status hackage

Lingo

Detect programming languages from file extensions and common filenames. Based on linguist's registry of languages.

Development

cabal v2-update
cabal v2-configure
cabal v2-build

You can also use the Bazel build system:

bazel build //...