this repo has no description
1opam-version: "2.0" 2synopsis: "A viewer for OCaml spacetime profiles" 3maintainer: "Leo White <leo@lpw25.net>" 4authors: "Leo White <leo@lpw25.net>" 5license: "MIT" 6homepage: "https://github.com/lpw25/prof_spacetime" 7bug-reports: "https://github.com/lpw25/prof_spacetime/issues" 8depends: [ 9 "ocaml" 10 "dune" {>= "1.0"} 11 "cmdliner" 12 "cohttp" {>= "1.0.0" & < "3.0.0"} 13 "cohttp-lwt-unix" {< "3.0.0"} 14 "conduit" 15 "conduit-lwt-unix" {< "2.0.0"} 16 "yojson" 17 "lwt" 18 "lambda-term" 19 "spacetime_lib" {>= "0.2"} 20 "stdlib-shims" 21] 22build: [ 23 ["dune" "subst"] {dev} 24 ["dune" "build" "-p" name "-j" jobs] 25 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 26] 27dev-repo: "git+https://github.com/lpw25/prof_spacetime" 28description: """ 29`prof_spacetime` is a viewer for OCaml spacetime profiles. It provides 30both terminal and broswer based modes for viewing profiles.""" 31url { 32 src: "https://github.com/lpw25/prof_spacetime/archive/0.3.0.tar.gz" 33 checksum: [ 34 "sha256=e3881c3a7971ce5b7ecf418b94da754e95396b0305b31fe3a8a7817e8addc4a6" 35 "md5=91a73430ed47cffa5aa93a45a6dc03c0" 36 ] 37}