rw-data-1.0.0 ------------- Version 1.0.0 Author Lasse Zuengel Synopsis A tool to generate read and write operations for a compact data representation Category Programming Data Dependencies base >= 3.2.0, < 4.0.0 abstract-curry >= 3.0.0, < 4.0.0 containers >= 3.0.0, < 4.0.0 currypath >= 3.0.0, < 4.0.0 filepath >= 3.0.0, < 4.0.0 flatcurry >= 3.0.0, < 4.0.0 process >= 3.0.0, < 4.0.0 profiling >= 3.0.0, < 4.0.0 Description This package implements a compact and fast data term representation, used to write data to files and read data from files. Furthermore, this package contains a tool which automatically generates read and write operations for all type declarations within the supplied module(s). Executable Name curry-rw-data Main module RW.Tool Exported modules RW.Base Test suite Directory tests Test modules GenerateRW TypeIO.Tests Handle.Tests MyFlatCurry.Tests Peano.Tests Source Git https://github.com/curry-packages/rw-data.git@v1.0.0 License BSD-3-Clause License file LICENSE