-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstatmemprof-emacs.opam
31 lines (31 loc) · 1012 Bytes
/
statmemprof-emacs.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
opam-version: "2.0"
maintainer: "Jacques-Henri Jourdan <[email protected]>"
authors: [
"Jacques-Henri Jourdan <[email protected]>"
"Frédéric Bour <[email protected]>"
]
license: "MIT"
homepage: "https://github.com/jhjourdan/statmemprof-emacs"
doc: "https://jhjourdan.mketjh.fr//statmemprof-emacs/doc"
bug-reports: "https://github.com/jhjourdan/statmemprof-emacs/issues"
depends: [
"ocaml"
"ocaml-variants"
{ ="4.03.0+statistical-memprof"
| ="4.05.0+statistical-memprof"
| ="4.06.0+statistical-memprof"
| ="4.07.1+statistical-memprof"}
"dune" {build & >= "1.0"}
"sturgeon" {>= "0.3"}
"inuit" {>= "0.3"}
]
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/jhjourdan/statmemprof-emacs.git"
synopsis: "Emacs client for statistical memory profiler"
description: """
statmemprof-emacs is an Sturgeon/emacs front-end of the statmemprof
statistical memory profiler for OCaml.
"""