File: _oasis

package info (click to toggle)
typerep 113.00.00-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 940 kB
  • ctags: 2,661
  • sloc: ml: 14,935; makefile: 55
file content (48 lines) | stat: -rw-r--r-- 1,705 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
40
41
42
43
44
45
46
47
48
OASISFormat:      0.3
OCamlVersion:     >= 4.00.0
FindlibVersion:   >= 1.3.2
Name:             typerep
Version:          113.00.00
Synopsis:         Runtime types for OCaml
Authors:          Jane Street Group, LLC <opensource@janestreet.com>
Copyrights:       (C) 2013 Jane Street Group LLC <opensource@janestreet.com>
Maintainers:      Jane Street Group, LLC <opensource@janestreet.com>
License:          Apache-2.0
LicenseFile:      LICENSE.txt
Homepage:         https://github.com/janestreet/typerep_beta
Plugins:          StdFiles (0.3), DevFiles (0.3), META (0.3)
XStdFilesAUTHORS: false
XStdFilesREADME:  false
BuildTools:       ocamlbuild, camlp4o
Description:
  Library for creating runtime representation of OCaml types and
  computing functions from these.

Library typerep_lib
  Path:               lib
  Pack:               true
  Modules:            Make_typename,
                      Named_intf,
                      Std,
                      Std_internal,
                      Type_abstract,
                      Type_equal,
                      Type_generic_intf,
                      Type_generic,
                      Typename,
                      Typerepable,
                      Typerep_obj,
                      Variant_and_record_intf

Library typerep_syntax
  Path:               syntax
  Modules:            Pa_typerep_conv
  FindlibName:        syntax
  FindlibParent:      typerep_lib
  BuildDepends:       camlp4.lib,
                      camlp4.extend,
                      camlp4.quotations,
                      type_conv
  XMETAType:          syntax
  XMETARequires:      camlp4, type_conv
  XMETADescription:   Syntax extension for the "typerep" converter