funbot-ext-events: Interact with FunBot's external events.

[ library, network, public-domain, web ] [ Propose Tags ]

This is a library providing types and tools for interacting with FunBot's external events. The code was extracted from FunBot itself, so that independent programs can interact with it, e.g. by using its client API. Since the provided types change every time an external event type is added or modified, many of this library's releases are expected to break compatibility. In most cases you should either use a higher-level library such as funbot-client, or perhaps create one yourself.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log ChangeLog
Dependencies aeson (>=0.7), base (>=4.7 && <5), text (>=1) [details]
License LicenseRef-PublicDomain
Copyright ♡ Copying is an act of love. Please copy, reuse and share.
Author fr33domlover
Maintainer fr33domlover@riseup.net
Category Network, Web
Home page https://notabug.org/fr33domlover/funbot-ext-events
Bug tracker https://notabug.org/fr33domlover/funbot-ext-events/issues
Source repo head: git clone https://notabug.org/fr33domlover/funbot-ext-events.git
Uploaded by akrasner at 2016-01-27T10:48:36Z
Distributions NixOS:0.3.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1965 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-11-28 [all 2 reports]

Readme for funbot-ext-events-0.3.0.0

[back to package description]

funbot-ext-events

This is a Haskell library providing types and tools for interacting with FunBot's external events. The code was extracted from FunBot itself, so that independent programs can interact with it using its client API.

Since the provided types change every time an external event type is added or modified, many of this library's releases are expected to break compatibility. In most cases you should either use a higher-level library such as funbot-client, or perhaps create one yourself.

See the .cabal file for more info and link to project website and version control.

The official download location is the Git repository:

https://notabug.org/fr33domlover/funbot-ext-events.git

Occasionally, releases may be made to Hackage, the Haskell package repository. See http://hackage.haskell.org/package/funbot-ext-events.

This library is free software, and is committed to software freedom. It is released to the public domain using the CC0 Public Domain Dedication. For the boring "legal" details see the file COPYING.

See the file INSTALL for hints on installation. The file ChangeLog explains how to see the history log of the changes done in the code. NEWS provides a friendly overview of the changes for each release.

Bug and Patches

See here.