EnglishFrenchSpanish

OnWorks favicon

ocamldot - Online in the Cloud

Run ocamldot in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command ocamldot that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


ocamldot - generate dependency graphs of ocaml programs

SYNOPSIS


ocamldot [options] <dependency-file>

DESCRIPTION


This manual page documents briefly the ocamldot command.

ocamldot generates program dependency graphs for ocaml programs. The dependency graph
output by ocamldot can be rendered by a separate program, dot.

Ocamldot is designed to process the output of ocamldep. A typical use would be

ocamldep *.ml | ocamldot > dep.dot

or

ocamldep *.ml > .depend
ocamldot .depend > dep.dot

OPTIONS


-fullgraph
Draw the full graph (default is to draw only the kernel)

-landscape
Output in landscape format (default is portrait)

-lr Draw graph from left to right (default is top to bottom)

-r <r> Use <r> as a root in the graph; nodes reachable from <r> will be shown.

The transitive kernel of a dag is the smallest subset of the dag whose transitive closure
is the same as the transitive closure of the dag. For example, the kernel of A->B, A->C,
B->C is just the two edges A->B, B->C.

Use ocamldot online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Atom
    Atom
    Atom is a text editor that's
    modern, approachable and full-featured.
    It's also easily customizable- you
    can customize it to do anything and be
    able to ...
    Download Atom
  • 2
    Osu!
    Osu!
    Osu! is a simple rhythm game with a well
    thought out learning curve for players
    of all skill levels. One of the great
    aspects of Osu! is that it is
    community-dr...
    Download Osu!
  • 3
    LIBPNG: PNG reference library
    LIBPNG: PNG reference library
    Reference library for supporting the
    Portable Network Graphics (PNG) format.
    Audience: Developers. Programming
    Language: C. This is an application that
    can also...
    Download LIBPNG: PNG reference library
  • 4
    Metal detector based on  RP2040
    Metal detector based on RP2040
    Based on Raspberry Pi Pico board, this
    metal detector is included in pulse
    induction metal detectors category, with
    well known advantages and disadvantages.
    RP...
    Download Metal detector based on RP2040
  • 5
    PAC Manager
    PAC Manager
    PAC is a Perl/GTK replacement for
    SecureCRT/Putty/etc (linux
    ssh/telnet/... gui)... It provides a GUI
    to configure connections: users,
    passwords, EXPECT regula...
    Download PAC Manager
  • 6
    GeoServer
    GeoServer
    GeoServer is an open-source software
    server written in Java that allows users
    to share and edit geospatial data.
    Designed for interoperability, it
    publishes da...
    Download GeoServer
  • More »

Linux commands

Ad