language-bash: Parsing and pretty-printing Bash shell scripts

[ bsd3, language, library ] [ Propose Tags ]

A library for parsing, pretty-printing, and manipulating Bash shell scripts.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0, 0.3.0, 0.3.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.8.0, 0.9.0, 0.9.1, 0.9.2
Dependencies base (>=4.6 && <5), parsec (>=3.0 && <4.0), prettyprinter (>=1.2 && <2.0), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright Copyright (c) 2013-2020 Kyle Raftogianis
Author Kyle Raftogianis
Maintainer Kyle Raftogianis <knrafto@gmail.com>
Category Language
Home page http://github.com/knrafto/language-bash/
Bug tracker http://github.com/knrafto/language-bash/issues
Source repo head: git clone git://github.com/knrafto/language-bash.git
Uploaded by KyleRaftogianis at 2020-04-23T16:42:57Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 9095 total (49 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-04-23 [all 1 reports]

Readme for language-bash-0.9.2

[back to package description]

language-bash

Build Status

A library for parsing and pretty-printing Bash shell scripts.