EnglishFrenchSpanish

Ad


OnWorks favicon

coqdep - Online in the Cloud

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

This is the command coqdep 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


coqdep - Compute inter-module dependencies for Coq and Caml programs

SYNOPSIS


coqdep [ -w ] [ -I directory ] [ -coqlib directory ] [ -c ] [ -i ] [ -D ] [ -slash ]
filename ... directory ...

DESCRIPTION


coqdep compute inter-module dependencies for Coq and Caml programs, and prints the
dependencies on the standard output in a format readable by make. When a directory is
given as argument, it is recursively looked at.

Dependencies of Coq modules are computed by looking at Require commands (Require, Require
Export, Require Import), Declare ML Module commands and Load commands. Dependencies
relative to modules from the Coq library are not printed.

Dependencies of Caml modules are computed by looking at open directives and the dot
notation module.value.

OPTIONS


-c Prints the dependencies of Caml modules. (On Caml modules, the behaviour is
exactly the same as ocamldep).

-w Prints a warning if a Coq command Declare ML Module is incorrect. (For instance,
you wrote `Declare ML Module "A".', but the module A contains #open "B"). The
correct command is printed (see option -D). The warning is printed on standard
error.

-D This commands looks for every command Declare ML Module of each Coq file given as
argument and complete (if needed) the list of Caml modules. The new command is
printed on the standard output. No dependency is computed with this option.

-slash Prints paths using a slash instead of the OS specific separator. This option is
useful when developping under Cygwin.

-I directory
The files .v .ml .mli of the directory directory are taken into account during the
calculus of dependencies, but their own dependencies are not printed.

-coqlib directory
Indicates where is the Coq library. The default value has been determined at
installation time, and therefore this option should not be used under normal
circumstances.

Use coqdep online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    NSIS: Nullsoft Scriptable Install System
    NSIS: Nullsoft Scriptable Install System
    NSIS (Nullsoft Scriptable Install
    System) is a professional open source
    system to create Windows installers. It
    is designed to be as small and flexible
    as possi...
    Download NSIS: Nullsoft Scriptable Install System
  • 2
    authpass
    authpass
    AuthPass is an open source password
    manager with support for the popular and
    proven Keepass (kdbx 3.x AND kdbx 4.x ...
    Download authpass
  • 3
    Zabbix
    Zabbix
    Zabbix is an enterprise-class open
    source distributed monitoring solution
    designed to monitor and track
    performance and availability of network
    servers, device...
    Download Zabbix
  • 4
    KDiff3
    KDiff3
    This repository is no longer maintained
    and is kept for archival purposes. See
    https://invent.kde.org/sdk/kdiff3 for
    the newest code and
    https://download.kde.o...
    Download KDiff3
  • 5
    USBLoaderGX
    USBLoaderGX
    USBLoaderGX is a GUI for
    Waninkoko's USB Loader, based on
    libwiigui. It allows listing and
    launching Wii games, Gamecube games and
    homebrew on Wii and WiiU...
    Download USBLoaderGX
  • 6
    Firebird
    Firebird
    Firebird RDBMS offers ANSI SQL features
    & runs on Linux, Windows &
    several Unix platforms. Features
    excellent concurrency & performance
    & power...
    Download Firebird
  • More »

Linux commands

Ad