this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Process behavior monitoring library based on strace"
4description: """
5
6Stramon-lib is primarily designed to power Stramon,
7or to be used in similar fashion of process monitoring.
8"""
9maintainer: ["Darren Ldl"]
10authors: ["Darren Ldl"]
11license: "MIT"
12tags: ["strace" "process monitoring"]
13homepage: "https://github.com/darrenldl/stramon"
14doc: "https://ocaml.org/p/stramon-lib"
15bug-reports: "https://github.com/darrenldl/stramon/issues"
16depends: [
17 "ocaml" {>= "4.08"}
18 "base-unix"
19 "dune" {>= "3.4"}
20 "seq"
21 "fmt" {>= "0.9.0"}
22 "angstrom" {>= "0.15.0"}
23 "containers" {>= "3.6"}
24 "alcotest" {with-test}
25 "qcheck-alcotest" {with-test}
26 "qcheck" {with-test}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42]
43dev-repo: "git+https://github.com/darrenldl/stramon.git"
44available: [ os = "linux" ]
45
46url {
47 src:
48 "https://github.com/darrenldl/stramon/releases/download/stramon-lib-0.3.0/stramon-lib-0.3.0.tar.gz"
49 checksum:
50 "sha256=f8be5aa242642e355884f320e06df5c22f595a54da5e1f3beddd4324942b4307"
51}
52