File: _oasis

package info (click to toggle)
pa-test 111.08.00-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 308 kB
  • ctags: 622
  • sloc: ml: 5,927; makefile: 55
file content (39 lines) | stat: -rw-r--r-- 1,371 bytes parent folder | download
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
OASISFormat:      0.3
OCamlVersion:     >= 4.00.0
FindlibVersion:   >= 1.3.2
Name:             pa_test
Version:          111.08.00
Synopsis:         Quotation expanders for assertions.
Authors:          Jane Street Capital LLC <opensource@janestreet.com>
Copyrights:       (C) 2009-2013 Jane Street Capital LLC <opensource@janestreet.com>
Maintainers:      Jane Street Capital LLC <opensource@janestreet.com>
License:          Apache-2.0
LicenseFile:      LICENSE.txt
Homepage:         https://github.com/janestreet/pa_test
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o

Library pa_test_lib
  Path:               lib
  Modules:            Runtime
  FindlibName:        pa_test
  Pack:               true
  BuildDepends:       sexplib, sexplib.syntax
  XMETAType:          library
  XMETARequires:      camlp4, sexplib, sexplib.syntax

Library pa_test_syntax
  Path:               syntax
  Modules:            Pa_test
  FindlibName:        syntax
  FindlibParent:      pa_test_lib
  BuildDepends:       camlp4.lib,
                      camlp4.quotations,
                      type_conv,
                      sexplib
  XMETAType:          syntax
  XMETARequires:      camlp4, comparelib.syntax, sexplib.syntax
  XMETADescription:   Quotation expanders for assertions.