-
Notifications
You must be signed in to change notification settings - Fork 0
/
monpoly-dev.opam
32 lines (32 loc) · 939 Bytes
/
monpoly-dev.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Check compliance of log files with respect to policies"
description: """
MonPoly is a prototype monitoring tool. It checks the compliance of log files
with respect to policies that are specified by formulas in Metric First-Order
Temporal Logic (MFOTL) with aggregations."""
maintainer: ["Joshua Schneider <joshua.schneider@inf.ethz.ch>"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://infsec.ethz.ch/research/software/monpoly.html"
bug-reports: "https://bitbucket.org/jshs/monpoly/issues"
depends: [
"ocaml" {>= "4.11"}
"dune" {>= "2.8" & >= "2.8"}
"dune-build-info"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://bitbucket.org/jshs/monpoly.git"