summaryrefslogtreecommitdiff
path: root/nixtamal.opam
blob: 79d2109ef5339e88103508adfe7f518e9cde98cb (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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Fulfilling Nix version pinning"
description: "TODO"
maintainer: ["toastal <toastal@posteo.net>"]
authors: ["toastal <toastal@posteo.net>"]
license: "GPL-3.0-or-later"
tags: ["nix"]
depends: [
  "dune" {>= "3.20"}
  "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}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "https://darcs.toastal.in.th/nixtamal/trunk"
x-maintenance-intent: ["(latest)"]