packages feed

uxadt-0.0.13.0: uxadt.cabal

Name:              uxadt
Version:           0.0.13.0
Cabal-Version:     >= 1.6
License:           GPL-3
License-File:      LICENSE
Synopsis:          Universal (cross-language) extensible representation for algebraic data type instances.
Description:       A library that supports a universal, cross-platform embedded representation for algebraic data type (ADT) values.
Category:          Data
Author:            Andrei Lapets
Maintainer:        Andrei Lapets <lapets@bu.edu>
Build-Type:        Simple

Library
  Exposed-Modules: Data.UxADT
  Build-Depends:   base >= 3 && < 5, json, mtl, MissingH

Source-Repository head
  Type:            git
  Location:        https://github.com/lapets/uxadt