aboutsummaryrefslogtreecommitdiff
path: root/stitch.opam
blob: adfb301e67c9e290c59ae63d16c8ec919cbb836f (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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "efe45fe-dirty"
synopsis: "Note Composer"
description:
  "A minimal CLI tool that allows you to compose notes together. Useful as part of a bigger system for building a PKM."
maintainer: ["Marc Coquand"]
authors: ["Marc Coquand"]
license: "EUPL-1.2"
tags: ["productivity" "minimal"]
doc: "https://url/to/documentation"
depends: [
  "ocaml"
  "dune" {>= "3.11"}
  "cmdliner"
  "notty"
  "lambda-term"
  "shexp"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {release}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "--profile"
    "release"
  ]
]