lingo: File extension based programming language detection

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3
Change log ChangeLog.md
Dependencies aeson (>=1.4 && <2), base (>=4.12 && <5), bytestring (>=0.10.8.2 && <0.11), containers (>=0.6.0.1 && <0.7), filepath (>=1.4.2.1 && <1.5), raw-strings-qq (>=1.1 && <1.2), template-haskell (>=2.14.0.0 && <2.17.0.0), text (>=1.2.3.2 && <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 rewinfrey at 2020-08-26T16:41:30Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for lingo-0.4.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 v2-update
cabal v2-configure
cabal v2-build

You can also use the Bazel build system:

bazel build //...