File: _oasis

package info (click to toggle)
oasis 0.4.11-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,752 kB
  • sloc: ml: 38,989; sh: 192; makefile: 122; ansic: 67
file content (41 lines) | stat: -rw-r--r-- 1,064 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
OASISFormat:  0.4
Name:         flags
Version:      0.0.1
Authors:      Sylvain Le Gall
LicenseFile:  LICENSE
License:      LGPL with OCaml linking exception
Synopsis:     Demonstrate the use of Flag.
BuildDepends: bigarray
BuildTools:   ocamlbuild
FilesAB:      src/simplelib/Conf.ml.ab

Flag buildext
  Description: build simplelibext

Library simplelib
  Path: src/simplelib
  Modules: Foo, Bar

Document simplelib
  Title:                API reference for simplelib
  Type:                 ocamlbuild (0.1.0)
  InstallDir:           $htmldir/simplelib
  BuildTools+:          ocamldoc
  XOCamlbuildPath:      src/simplelib
  XOCamlbuildLibraries: simplelib

Library simplelibext
  Build: false
  if flag(buildext)
    Build: true
  Path: src/simplelibext
  Modules: FooExt, BarExt

Document simplelibext
  Title:                API reference for simplelibext
  Type:                 ocamlbuild (0.1.0)
  InstallDir:           $htmldir/simplelibext
  BuildTools+:          ocamldoc
  XOCamlbuildPath:      src/simplelibext
  XOCamlbuildLibraries: simplelibext