-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathqash.opam
47 lines (47 loc) · 1.02 KB
/
qash.opam
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
46
47
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A programming language for double-entry accounting"
description:
"A programming language for double-entry accounting, inspired by Beancount"
maintainer: ["Ushitora Anqou"]
authors: ["Ushitora Anqou"]
license: "LICENSE"
tags: ["accounting"]
homepage: "https://github.com/ushitora-anqou/qash"
doc: "https://github.com/ushitora-anqou/qash"
bug-reports: "https://github.com/ushitora-anqou/qash/issues"
depends: [
"alcotest" {with-test}
"csv"
"dream"
"dune" {>= "3.8"}
"inotify" {os = "linux"}
"logs"
"lwt_ppx"
"menhir"
"ocaml"
"ocaml-lsp-server" {dev}
"ocamlformat" {dev & = "0.26.2"}
"odoc" {with-doc}
"pcre"
"ppx_deriving"
"ppx_yojson_conv" {<= "v0.15.1"}
"sqlite3"
"utop" {dev}
"yojson"
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ushitora-anqou/qash.git"