https://github.com/sergi/ocamlweb
ocamlweb is a literate programming tool for OCaml
https://github.com/sergi/ocamlweb
Last synced: 8 months ago
JSON representation
ocamlweb is a literate programming tool for OCaml
- Host: GitHub
- URL: https://github.com/sergi/ocamlweb
- Owner: sergi
- License: other
- Created: 2015-01-09T18:42:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T18:43:43.000Z (over 11 years ago)
- Last Synced: 2025-03-26T08:13:53.372Z (over 1 year ago)
- Language: OCaml
- Homepage: https://www.lri.fr/~filliatr/ocamlweb/
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES
- License: COPYING
Awesome Lists containing this project
README
ocamlweb is a literate programming tool for Objective Caml
The invocation is
ocamlweb
It creates a single LaTeX document with both documentation and code
(implementations and interfaces) extracted from the given files.
Documentation is inserted into ocaml files as comments and thus your
files will ever compile, no matter the fact you use ocamlweb or not.
See the manual for options.
COPYRIGHT
=========
This program is distributed under the GNU LGPL.
See the enclosed file COPYING.