Github messages for voidlinux
 help / color / mirror / Atom feed
From: Animeshz <Animeshz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [ISSUE] Package request: dhall
Date: Mon, 22 Aug 2022 15:07:10 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38831@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]

New issue by Animeshz on void-packages repository

https://github.com/void-linux/void-packages/issues/38831

Description:
### Package name

dhall

### Package homepage

https://dhall-lang.org

### Description

Dhall is a [programmable configuration language](https://docs.dhall-lang.org/discussions/Programmable-configuration-files.html#) that you can think of as: JSON + functions + types + imports.

`dhall`, `dhall-json`, `dhall-yaml` are the main attractions, in which you can do dynamic stuffs like import other dhall files merely through http or local path, along with sha verification

```dhall
let Prelude =
      https://prelude.dhall-lang.org/v15.0.0/package.dhall sha256:6b90326dc39ab738d7ed87b970ba675c496bed0194071b332840a87261649dcd

let mapper = λ(v: Text) -> "Hi " ++ v
let values = [ "a", "b" ]

in
{ val = Prelude.List.map Text Text mapper values }

-- { val = [ "Hi a", "Hi b" ] }

-- dhall-to-json thisfile
-- { "val": [ "Hi a", "Hi b" ] }
```


### Does the requested package meet the package requirements?

Compiled

### Is the requested package released?

Yes

                 reply	other threads:[~2022-08-22 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38831@inbox.vuxu.org \
    --to=animeshz@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).