hslua-aeson: Allow aeson data types to be used with lua.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides instances to push and receive any datatype encodable as JSON to and from the Lua stack.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.3.0, 0.3.0.1, 0.3.0.1, 0.3.0.2, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.3.1, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.0.1, 2.2.1, 2.3.0, 2.3.0.1, 2.3.1
Change log changelog.md
Dependencies aeson (>=0.11 && <1.3), base (>=4.7 && <5), hashable (>=1.2 && <1.3), hslua (>=0.8 && <0.10), scientific (>=0.3 && <0.4), text (>=1.1.1.0 && <1.3), unordered-containers (>=0.2 && <0.3), vector (>=0.7) [details]
License MIT
Copyright © 2017 Albert Krewinkel
Author Albert Krewinkel
Maintainer tarleb+hslua@zeitkraut.de
Category Foreign
Home page https://github.com/tarleb/hslua-aeson#readme
Source repo head: git clone https://github.com/hslua/hslua-aeson
Uploaded by tarleb at 2017-10-05T15:54:58Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for hslua-aeson-0.3.0.1

[back to package description]

hslua-aeson

travis build status MIT License

Glue to hslua for aeson values.

This provides a StackValue instance for aeson's Value type. The following conventions are used:

License

This project is licensed under the liberal MIT license, the same license under which hslua and lua itself are published. See the LICENSE file for details.