File: _oasis

package info (click to toggle)
oasis 0.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,432 kB
  • ctags: 2,908
  • sloc: ml: 31,357; makefile: 166; sh: 75; ansic: 48; awk: 26
file content (32 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (6)
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
OASISFormat: 0.4
Name:        dynlink
Version:     0
Synopsis:    Test dynlink-ing.
Authors:     Sylvain Le Gall
License:     LGPL-2.1 with OCaml linking exception
Plugins:     META (0.4)
BuildTools:  ocamlbuild

Library entry_point
  Path:       .
  Modules:    Entry_point

Library dyn_loaded
  Path:       .
  Modules:    Dyn_loaded, Dyn_loaded_ext
  BuildDepends: entry_point
  FindlibParent: entry_point

Executable "dynlink-test-byte"
  Path:       .
  MainIs:     main.ml
  CompiledObject: byte
  BuildDepends: entry_point, dynlink

Executable "dynlink-test-native"
  Path:       .
  MainIs:     main.ml
  CompiledObject: native
  Build$: flag(native_dynlink) && flag(is_native)
  BuildDepends: entry_point, dynlink