semantic-source: Types and functionality for working with source code

[ data, library, mit ] [ Propose Tags ]

Types and functionality for working with source code (program text).


[Skip to Readme]

Downloads

Versions [RSS] 0.0.0.0, 0.0.0.1, 0.0.1.0, 0.0.2.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0, 0.2.0.1
Change log CHANGELOG.md
Dependencies aeson (>=1.4.2.0 && <1.5), base (>=4.12 && <5), bytestring (>=0.10.8.2 && <0.11), deepseq (>=1.4.4.0 && <1.5), generic-monoid (>=0.1.0.0 && <0.2), hashable (>=1.2.7 && <1.4), semilattices (>=0.0.0.3 && <0.1), text (>=1.2.3.1 && <1.3) [details]
License MIT
Copyright (c) 2019 GitHub, Inc.
Author The Semantic authors
Maintainer opensource+semantic@github.com
Category Data
Home page https://github.com/github/semantic/tree/master/semantic-source#readme
Bug tracker https://github.com/github/semantic/issues
Source repo head: git clone https://github.com/github/semantic
Uploaded by robrix at 2019-10-03T16:04:01Z
Distributions
Reverse Dependencies 7 direct, 7 indirect [details]
Downloads 2337 total (28 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 semantic-source-0.0.0.1

[back to package description]

semantic-source

Types and functionality for working with source code (program text).

Development

This project consists of a Haskell package named semantic-source. The library’s sources are in src.

Development of semantic-source is typically done using cabal v2-build:

cabal v2-build # build the library
cabal v2-repl  # load the package into ghci
cabal v2-test  # build and run the doctests