ocamlviz 1.01-8build1 source package in Ubuntu

Changelog

ocamlviz (1.01-8build1) noble; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Sat, 04 Nov 2023 17:18:34 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian OCaml Maintainers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe devel

Downloads

File Size SHA-256 Checksum
ocamlviz_1.01.orig.tar.gz 502.2 KiB 82786fbb39d3d0d512e3885903fdfba1cf69b39d19582cda87a615345a6878eb
ocamlviz_1.01-8build1.debian.tar.xz 5.4 KiB 2154827315a1f286da145ac91381d2b79647b47882b1315424a20fe5b38c179d
ocamlviz_1.01-8build1.dsc 2.2 KiB e6da01f7908bc83848496494dddc45a2f1164ac27e6ef80d98c139e3c4861858

Available diffs

View changes file

Binary packages built by this source

libocamlviz-ocaml-dev: real-time profiling tools for Objective Caml (library)

 Ocamlviz gives the ability to instrument an existing code, in real
 time, with lightweight monitoring annotations. Ocamlviz can also be
 used as a debugging tool.
 .
 Here are a few possibilities provided by Ocamlviz:
  * observe details about the garbage collector
  * observe how many times the program goes through a point
  * make a set of values (any) and count its cardinal number and its
    size in the heap
  * observe how much time passed between two points of the program
  * observe the value of integers, floating-point numbers, booleans
    and strings
  * observe details about hash tables, like the number of empty
    buckets, or the filling rate
  * etc
 .
 This package provides the Ocamlviz library.

libocamlviz-ocaml-doc: real-time profiling tools for Objective Caml (documentation)

 Ocamlviz gives the ability to instrument an existing code, in real
 time, with lightweight monitoring annotations. Ocamlviz can also be
 used as a debugging tool.
 .
 Here are a few possibilities provided by Ocamlviz:
  * observe details about the garbage collector
  * observe how many times the program goes through a point
  * make a set of values (any) and count its cardinal number and its
    size in the heap
  * observe how much time passed between two points of the program
  * observe the value of integers, floating-point numbers, booleans
    and strings
  * observe details about hash tables, like the number of empty
    buckets, or the filling rate
  * etc
 .
 This package provides the API documentation of the Ocamlviz library
 generated by ocamldoc out the source code.

ocamlviz: real-time profiling tools for Objective Caml (clients)

 Ocamlviz gives the ability to instrument an existing code, in real
 time, with lightweight monitoring annotations. Ocamlviz can also be
 used as a debugging tool.
 .
 Here are a few possibilities provided by Ocamlviz:
  * observe details about the garbage collector
  * observe how many times the program goes through a point
  * make a set of values (any) and count its cardinal number and its
    size in the heap
  * observe how much time passed between two points of the program
  * observe the value of integers, floating-point numbers, booleans
    and strings
  * observe details about hash tables, like the number of empty
    buckets, or the filling rate
  * etc
 .
 This package provides an ASCII client. The monitoring is displayed in a file.

ocamlviz-dbgsym: debug symbols for ocamlviz