-
Notifications
You must be signed in to change notification settings - Fork 1
/
kappa-trace-queries.opam
40 lines (40 loc) · 989 Bytes
/
kappa-trace-queries.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3"
synopsis: "The Kappa Trace Query Language"
description: """
A unified language for querying causal patterns
in simulation traces of Kappa models
"""
maintainer: ["[email protected]"]
authors: ["Jonathan Laurent"]
homepage: "https://github.com/jonathan-laurent/KaTie"
bug-reports: "https://github.com/jonathan-laurent/KaTie/issues"
depends: [
"dune" {>= "3.3"}
"ocaml" {>= "4.14.1"}
"kappa-library" {>= "4.1~dev"}
"kappa-binaries" {>= "4.1~dev"}
"ANSITerminal" {>= "0.8.5"}
"fmt" {>= "0.9.0"}
"ppx_yojson_conv_lib" {>= "0.15.0"}
"ppx_yojson_conv" {>= "0.15.1"}
"ppx_deriving" {>= "5.2.1"}
"menhir" {>= "20220210"}
"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/jonathan-laurent/KaTie.git"