forked from samoht/okra-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
okra-lib.opam
39 lines (39 loc) · 904 Bytes
/
okra-lib.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Report parsing prototypes"
description: "A library of tools for report parsing"
maintainer: ["Guillaume Petiot <[email protected]>"]
authors: ["Magnus Skjegstad"]
license: "ISC"
homepage: "https://github.com/tarides/okra"
bug-reports: "https://github.com/tarides/okra/issues"
depends: [
"dune" {>= "3.2"}
"ocaml" {>= "4.10"}
"alcotest" {>= "1.7.0" & with-test}
"logs" {>= "0.7.0"}
"fmt" {>= "0.9.0"}
"xdg"
"get-activity-lib" {>= "2.0.1" & < "3.0.0"}
"gitlab" {>= "0.1.7"}
"calendar" {>= "3.0.0"}
"csv" {>= "2.4"}
"re"
"omd" {>= "2.0.0~alpha3"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/tarides/okra.git"