dhall-csv: Convert bidirectionally between Dhall and CSV files.

[ bsd3, compiler, library, program ] [ Propose Tags ]

Use this package if you want to convert between Dhall expressions and CSV. You can use this package as a library or an executable:

  • See the Dhall.Csv or Dhall.CsvToDhall modules if you want to use this package as a library

  • Use the dhall-to-csv or csv-to-dhall programs from this package if you want an executable

The Dhall.Csv and Dhall.CsvToDhall modules also contains instructions for how to use this package


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
Change log CHANGELOG.md
Dependencies ansi-terminal, base (>=4.12.0.0 && <5), bytestring (<0.12), cassava (>=0.5.0.0 && <0.6), containers (>=0.5.9 && <0.7), dhall (>=1.39.0 && <1.42), dhall-csv, either, exceptions (>=0.8.3 && <0.11), filepath (<1.5), optparse-applicative, prettyprinter (>=1.7.0 && <1.8), prettyprinter-ansi-terminal (>=1.1.1 && <1.2), text (>=0.11.1.0 && <2.1), unordered-containers (<0.3), vector (>=0.12 && <0.14) [details]
License BSD-3-Clause
Copyright 2021 Marcos Lerones
Author Marcos Lerones
Maintainer GenuineGabriella@gmail.com
Revised Revision 1 made by GabrielGonzalez at 2022-09-04T22:37:27Z
Category Compiler
Bug tracker https://github.com/dhall-lang/dhall-haskell/issues
Source repo head: git clone https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-csv
Uploaded by GabrielGonzalez at 2022-08-15T14:34:09Z
Distributions
Executables csv-to-dhall, dhall-to-csv
Downloads 475 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-08-15 [all 1 reports]

Readme for dhall-csv-1.0.3

[back to package description]

dhall-csv

For installation or development instructions, see:

Introduction

This dhall-csv package provides two executables to convert bidirectionally between Dhall and CSV files.