File: _oasis

package info (click to toggle)
ocaml-res 4.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 460 kB
  • ctags: 694
  • sloc: ml: 6,682; makefile: 27
file content (86 lines) | stat: -rw-r--r-- 2,208 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
OASISFormat:      0.3
Name:             res
Version:          4.0.3
Synopsis:         RES - Library for resizable, contiguous datastructures.
Description:      RES is a library containing resizable arrays, strings, and bitvectors.
Authors:          Markus Mottl <markus.mottl@gmail.com>
Copyrights:       (C) 1999-2012 Markus Mottl <markus.mottl@gmail.com>
Maintainers:      Markus Mottl <markus.mottl@gmail.com>
LicenseFile:      COPYING.txt
License:          LGPL-2.1+ with OCaml linking exception
OCamlVersion:     >= 3.12
FindlibVersion:   >= 1.3.1
Homepage:         https://bitbucket.org/mmottl/res
#Categories:
#FilesAB:

Plugins:          META (0.3), StdFiles (0.3), DevFiles (0.3)
XStdFilesREADME:  false

BuildTools:       ocamldoc, ocamlbuild

Library res
  Path:           lib
  FindlibName:    res
  Modules:        Nopres_impl,
                  Nopres_intf,
                  Pres_impl,
                  Pres_intf,
                  Res,
                  Strat,
                  Weak_impl,
                  Weak_intf


# Examples

Flag examples
  Description:    Build examples
  Default:        true

Executable buffer_ex
  Path:           examples
  MainIs:         buffer_ex.ml
  Build$:         flag(examples)
  BuildDepends:   res
  Install:        false
  CompiledObject: best

Executable defstrat
  Path:           examples
  MainIs:         defstrat.ml
  Build$:         flag(examples)
  BuildDepends:   res
  Install:        false
  CompiledObject: best

Executable stupid_ga
  Path:           examples
  MainIs:         stupid_ga.ml
  Build$:         flag(examples)
  BuildDepends:   res
  Install:        false
  CompiledObject: best

Executable weak_ex
  Path:           examples
  MainIs:         weak_ex.ml
  Build$:         flag(examples)
  BuildDepends:   res
  Install:        false
  CompiledObject: best

#

Document API
  Title:                API reference for RES
  Type:                 OCamlbuild (0.3)
  InstallDir:           $docdir/api
  XOCamlbuildPath:      .
  XOCamlbuildLibraries: res

SourceRepository trunk
  Type:       hg
  Location:   ssh://hg@bitbucket.org/mmottl/res
  Browser:    https://bitbucket.org/mmottl/res
  Tag:        release-$(pkg_version)