-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathprof_spacetime.opam
More file actions
32 lines (32 loc) · 898 Bytes
/
Copy pathprof_spacetime.opam
File metadata and controls
32 lines (32 loc) · 898 Bytes
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
opam-version: "2.0"
name: "prof_spacetime"
version: "0.3.0+dev"
synopsis: "A viewer for OCaml spacetime profiles"
maintainer: "Leo White <leo@lpw25.net>"
authors: "Leo White <leo@lpw25.net>"
license: "MIT"
homepage: "https://github.com/lpw25/prof_spacetime"
bug-reports: "https://github.com/lpw25/prof_spacetime/issues"
depends: [
"ocaml"
"dune" {build & >= "1.0"}
"cmdliner"
"cohttp" {>= "1.0.0" & < "3.0.0"}
"cohttp-lwt-unix" {< "3.0.0"}
"conduit"
"conduit-lwt-unix"
"yojson"
"lwt"
"lambda-term"
"spacetime_lib" {>= "0.2"}
"stdlib-shims"
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
dev-repo: "git://github.com/lpw25/prof_spacetime"
description: """
`prof_spacetime` is a viewer for OCaml spacetime profiles. It provides
both terminal and broswer based modes for viewing profiles."""