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]

Modules

[Last Documentation]

  • Dhall
    • Dhall.Csv
      • Dhall.Csv.Util
    • Dhall.CsvToDhall

Downloads

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.43), 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
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 2023-04-19T03:10:21Z
Distributions
Executables csv-to-dhall, dhall-to-csv
Downloads 477 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2023-04-19 [all 2 reports]

Readme for dhall-csv-1.0.4

[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.