-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskapm.opam
43 lines (43 loc) · 1.03 KB
/
skapm.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.6.4"
synopsis:
"Application Performance Monitoring (APM) client library for Elastic"
maintainer: ["Zach Baylin <[email protected]>"]
authors: [
"Zach Baylin <[email protected]>"
"Adam Ringwood <[email protected]>"
"Hezekiah M. Carty <[email protected]>"
]
license: "Apache-2.0"
homepage: "https://github.com/skolemlabs/skapm"
bug-reports: "https://github.com/skolemlabs/skapm/issues"
depends: [
"ocaml" {>= "4.08.0"}
"cohttp-lwt-unix" {>= "2.5.4"}
"lwt" {< "5.7.0"}
"dune" {>= "2.5.0"}
"dune-build-info" {>= "2.5.0"}
"ppx_deriving" {>= "4.5"}
"ppx_deriving_yojson" {>= "3.5.3"}
"ptime" {>= "0.8.5"}
"mtime" {< "2.0.0"}
"uri" {>= "3.0.0"}
"uuidm" {>= "0.9.7"}
"yojson" {>= "1.6.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/skolemlabs/skapm.git"