this repo has no description
1opam-version: "2.0"
2maintainer: "Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org>"
3authors: ["Jacques-Henri Jourdan <jacques-henri.jourdan@normalesup.org>"
4 "Frédéric Bour <frederic.bour@lakaban.net>"]
5homepage: "https://github.com/jhjourdan/statmemprof-emacs"
6doc: "https://jhjourdan.mketjh.fr//statmemprof-emacs/doc"
7license: "MIT"
8dev-repo: "git+https://github.com/jhjourdan/statmemprof-emacs.git"
9bug-reports: "https://github.com/jhjourdan/statmemprof-emacs/issues"
10depends: [
11 "ocaml"
12 "ocaml-variants"
13 {= "4.03.0+statistical-memprof" | = "4.04.2+statistical-memprof" |
14 = "4.05.0+statistical-memprof" |
15 = "4.06.0+statistical-memprof" |
16 = "4.06.1+statistical-memprof" |
17 = "4.07.1+statistical-memprof"}
18 "ocamlfind" {build}
19 "ocamlbuild" {build}
20 "topkg" {build & >= "0.9.0"}
21 "sturgeon" {>= "0.3"}
22 "inuit" {>= "0.3"}
23]
24build: [[ "ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{pinned}%" ]]
25synopsis: "Emacs client for statistical memory profiler"
26description: """
27statmemprof-emacs is an Sturgeon/emacs front-end of the statmemprof
28statistical memory profiler for OCaml.
29
30statmemprof-emacs is distributed under the MIT license."""
31url {
32 src:
33 "https://github.com/jhjourdan/statmemprof-emacs/releases/download/v0.1.0/statmemprof-emacs-0.1.0.tbz"
34 checksum: [
35 "sha256=ca63907d8f2a3e08eb566a285ebee0df34e502351581fce5442dd7c8ac4b1152"
36 "md5=880f6e5d87d0c2e657cd98c359b77b93"
37 ]
38}