~ubuntu-branches/ubuntu/trusty/sexplib310/trusty

« back to all changes in this revision

Viewing changes to _oasis

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-12-03 21:36:45 UTC
  • mfrom: (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131203213645-h1if1c6hxual8p11
Tags: 109.20.00-2
* Team upload
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
OASISFormat:  0.3
2
 
OCamlVersion: >= 3.12
3
 
Name:         sexplib
4
 
Version:      7.0.5
5
 
Synopsis:     automated S-expression conversion
6
 
Authors:      Markus Mottl,
7
 
              Martin Sandin
8
 
Copyrights:   (C) 2005-2011 Jane Street Capital LLC
9
 
License:      LGPL-2.1 with OCaml linking exception
10
 
LicenseFile:  LICENSE
11
 
Plugins:      StdFiles (0.3),
12
 
              DevFiles (0.3),
13
 
              META (0.3)
14
 
BuildTools:   ocamlbuild, camlp4o
 
1
OASISFormat:      0.3
 
2
OCamlVersion:     >= 4.00.0
 
3
FindlibVersion:   >= 1.3.2
 
4
Name:             sexplib
 
5
Version:          109.20.00
 
6
Synopsis:         sexplib - automated S-expression conversion
 
7
Authors:          Jane Street Capital LLC <opensource@janestreet.com>
 
8
Copyrights:       (C) 2005-2013 Jane Street Capital LLC <opensource@janestreet.com>
 
9
Maintainers:      Jane Street Capital LLC <opensource@janestreet.com>
 
10
License:          Apache-2.0
 
11
LicenseFile:      LICENSE.txt
 
12
Homepage:         https://github.com/janestreet/sexplib
 
13
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
15
14
XStdFilesAUTHORS: false
16
 
XStdFilesINSTALLFilename: INSTALL
17
 
XStdFilesREADME: false
 
15
XStdFilesREADME:  false
 
16
BuildTools:       ocamlbuild, camlp4o
18
17
 
19
18
Library sexplib
20
19
  Path:               lib
 
20
  FindlibName:        sexplib
21
21
  Pack:               true
22
 
  Modules:            Type,
23
 
                      Parser,
24
 
                      Lexer,
 
22
  Modules:            Conv,
 
23
                      Conv_error,
 
24
                      Exn_magic,
 
25
                      Path,
25
26
                      Pre_sexp,
 
27
                      Sexp,
26
28
                      Sexp_intf,
27
 
                      Sexp,
28
 
                      Path,
29
 
                      Conv,
30
 
                      Conv_error,
31
 
                      Exn_magic,
32
 
                      Std
 
29
                      Sexp_with_layout,
 
30
                      Src_pos,
 
31
                      Std,
 
32
                      Type,
 
33
                      Type_with_layout,
 
34
                      Parser,
 
35
                      Parser_with_layout,
 
36
                      Lexer
33
37
  BuildDepends:       unix,bigarray,num
34
38
  XMETARequires:      unix,bigarray,num
35
39
 
38
42
  FindlibName:        syntax
39
43
  FindlibParent:      sexplib
40
44
  Modules:            Pa_sexp_conv
41
 
  BuildDepends:       camlp4.quotations,camlp4.extend,type_conv (>= 3.0.5)
42
 
  CompiledObject:     byte
 
45
  BuildDepends:       camlp4.quotations,
 
46
                      camlp4.extend,
 
47
                      type_conv (>= 109.20.00)
43
48
  XMETAType:          syntax
44
 
  XMETARequires:      type_conv,sexplib
 
49
  XMETARequires:      camlp4,type_conv,sexplib
45
50
  XMETADescription:   Syntax extension for Sexplib
46
51
 
47
52
Library sexplib_top
48
53
  Path:               top
49
54
  FindlibName:        top
50
55
  FindlibParent:      sexplib
51
 
  Modules:            Install_printers
 
56
  Modules:            Sexplib_install_printers
52
57
  XMETARequires:      sexplib
53
58
  XMETADescription:   Toplevel printers for S-expressions
54
59