File: _oasis

package info (click to toggle)
ocamlmod 0.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 144 kB
  • sloc: ml: 245; makefile: 86
file content (24 lines) | stat: -rw-r--r-- 571 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OASISFormat: 0.3
Name:        ocamlmod
Version: 0.0.9
Synopsis:    Generate OCaml modules from source files
Authors:     Sylvain Le Gall
License:     LGPL-2.1 with OCaml linking exception
Plugins:     DevFiles (0.2), META (0.2), StdFiles (0.2)
FilesAB:     src/ocamlmodConf.ml.ab
BuildTools:  ocamlbuild

Executable ocamlmod
  Path:         src
  MainIs:       ocamlmod.ml
  BuildDepends: str

Executable test
  Path:         test
  MainIs:       test.ml
  BuildDepends: oUnit (>= 2.0.0), str
  Install:      false
  Build$:       flag(tests)

Test main
  Command: $test