lingo: File extension based programming language detection

[ bsd3, data, library, program ] [ Propose Tags ]
This version is deprecated.

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]

Modules

[Last Documentation]

  • Data
    • Data.Languages

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)
Dependencies base (>=4.12.0.0 && <4.13), bytestring, containers, filepath, raw-strings-qq, text, yaml [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 tclem at 2019-08-19T18:18:43Z
Distributions
Reverse Dependencies 1 direct, 14 indirect [details]
Downloads 3541 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2019-08-19 [all 2 reports]

Readme for lingo-0.1.0.0

[back to package description]

Lingo

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

Development

cabal new-update
cabal new-configure
cabal new-build