summaryrefslogtreecommitdiff
path: root/dune-project
blob: 213cd0ab7db6299b19f1aa0f12eef3cffb8dcc26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
(lang dune 3.20)

(name nixtamal)

(generate_opam_files true)

(source
 (uri "https://darcs.toastal.in.th/nixtamal/trunk"))

(authors "toastal <toastal@posteo.net>")

(maintainers "toastal <toastal@posteo.net>")

(license GPL-3.0-or-later)

(package
 (name nixtamal)
 (synopsis "Fulfilling Nix version pinning")
 (description "TODO")
 (depends
  camomile
  cmdliner
  eio
  eio_main
  fmt
  jingoo
  jsont
  kdl
  logs
  ppx_deriving
  ppx_deriving_qcheck
  uri
  (alcotest :with-test)
  (qcheck :with-test)
  (qcheck-alcotest :with-test))
 (tags ("nix")))

; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html