summaryrefslogtreecommitdiff
path: root/dune-project
blob: f02318697a437c431773700e704402ebe8a4bbbf (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
39
40
41
42
43
44
45
(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
   (and
    :with-test
    (>= 0.91)))
   (qcheck-alcotest
    (and
     :with-test
     (>= 0.91)))
   (bisect_ppx :with-test))
  (tags ("nix")))

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