Skip to content
Snippets Groups Projects
Verified Commit 35e68d11 authored by jan.hamal.dvorak's avatar jan.hamal.dvorak
Browse files

Improve the description

parent 3c2e57eb
No related branches found
No related tags found
No related merge requests found
# Hikaru # Hikaru
**Haskell web micro framework** **Hikaru is a micro framework for web applications. It provides applicative routing, content negotiation and a customizable action monad.**
Hikaru (light in Japanese, also first name of helmsman Sulu of the Enterprise) is a micro framework for web applications. It provides applicative routing, content negotiation and a customizable action monad. (It is also a Star Trek reference, which is apparently a requirement for this class of software.)
## Usage
- Start with the [Simple.hs], an example application.
- Check out the generated reference [documentation][].
[Simple.hs]: https://github.com/mordae/hikaru/tree/master/examples/Simple.hs
[documentation]: http://hackage.haskell.org/package/hikaru
<!-- vim:set spell spelllang=cs,en: --> <!-- vim:set spell spelllang=cs,en: -->
...@@ -2,14 +2,17 @@ ...@@ -2,14 +2,17 @@
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
-- --
-- hash: 3f6987dad8453f38f554917a82b846a8e83799e9a36b3c5ab8035db2ff53715d -- hash: 080de386f6ba22ecc810a0d7c402cafe3f478f868743a1cf4d032526533ec874
name: hikaru name: hikaru
version: 0.1.0.0 version: 0.1.0.0
synopsis: Haskell web micro framework synopsis: Haskell web micro framework
description: Hikaru (light in Japanese, also first name of helmsman Sulu of the Enterprise) description: Hikaru is a micro framework for web applications.
is a micro framework for web applications. It provides applicative routing, It provides applicative routing, content negotiation
content negotiation and a customizable action monad. and a customizable action monad.
.
(It is also a Star Trek reference, which is apparently
a requirement for this class of software.)
category: Web category: Web
homepage: https://github.com/mordae/hikaru#readme homepage: https://github.com/mordae/hikaru#readme
bug-reports: https://github.com/mordae/hikaru/issues bug-reports: https://github.com/mordae/hikaru/issues
......
...@@ -3,9 +3,12 @@ version: 0.1.0.0 ...@@ -3,9 +3,12 @@ version: 0.1.0.0
synopsis: Haskell web micro framework synopsis: Haskell web micro framework
category: Web category: Web
description: | description: |
Hikaru (light in Japanese, also first name of helmsman Sulu of the Enterprise) Hikaru is a micro framework for web applications.
is a micro framework for web applications. It provides applicative routing, It provides applicative routing, content negotiation
content negotiation and a customizable action monad. and a customizable action monad.
(It is also a Star Trek reference, which is apparently
a requirement for this class of software.)
author: Jan Hamal Dvořák author: Jan Hamal Dvořák
github: mordae/hikaru github: mordae/hikaru
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment