sindre: A programming language for simple GUIs

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

Sindre is a language inspired by Awk, meant for creating very simple graphical user interfaces.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.6
Dependencies array (>=0.3), attoparsec (>=0.10.1.0), base (>=4.3 && <5), bytestring, containers, mtl, parsec (>=3.1), permute, process, regex-pcre, setlocale, text, unix, utf8-string (>=0.3), X11 (>=1.5.0.0 && <1.6), X11-rm (>=0.2), x11-xim (>=0.0.6), X11-xshape (>=0.1.1) [details]
License BSD-3-Clause
Author Troels Henriksen
Maintainer athas@sigkill.dk
Category GUI
Home page http://sigkill.dk/programs/sindre
Source repo head: git clone git@github.com:Athas/Sindre.git
Uploaded by TroelsHenriksen at 2012-03-25T13:58:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sindre
Downloads 2909 total (8 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 sindre-0.4

[back to package description]
Sindre - programming language for writing simple GUIs
===

Sindre is a programming language inspired by Awk that makes it easy to
write simple graphical programs in the spirit of dzen, dmenu, xmobar,
gsmenu and the like.

Requirements
---

A relatively modern (GHC >= 7.x) Haskell setup and a number of
libraries available on Hackage.  See 'sindre.cabal' for specifics.
Sindre is developed with POSIX systems in mind and may not run (or be
useful) anywhere else.

Installation
---

Just run 'cabal install' and Cabal should build and install Sindre.

Documentation
---

Nothing yet, unfortunately, but check the examples/ directory for
sample code.