File: _oasis

package info (click to toggle)
sexplib310 113.33.03-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 693
  • sloc: ml: 4,200; makefile: 56; sh: 1
file content (61 lines) | stat: -rw-r--r-- 1,968 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
49
50
51
52
53
54
55
56
57
58
59
60
61
OASISFormat:           0.4
OCamlVersion:          >= 4.02.3
FindlibVersion:        >= 1.3.2
Name:                  sexplib
Version:               113.33.03
Synopsis:              Library for serializing OCaml values to and from S-expressions
Authors:               Jane Street Group, LLC <opensource@janestreet.com>
Copyrights:            (C) 2005-2016 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/sexplib
Plugins:               StdFiles (0.3), DevFiles (0.3)
XStdFilesAUTHORS:      false
XStdFilesREADME:       false
BuildTools:            ocamlbuild
BetaFeatures:          section_object
AlphaFeatures:         ocamlbuild_more_args
XOCamlbuildPluginTags: package(js-build-tools.ocamlbuild_goodies)
FilesAB:               META.ab
Description:
  Part of Jane Street’s Core library
  The Core suite of libraries is an industrial strength alternative to
  OCaml's standard library that was developed by Jane Street, the
  largest industrial user of OCaml.

Library sexplib
  Path:         src
  Pack:         true
  Modules:      Conv,
                Conv_error,
                Exn_magic,
                Lexer,
                Macro,
                Parser,
                Parser_with_layout,
                Path,
                Pre_sexp,
                Sexp,
                Sexp_intf,
                Sexp_with_layout,
                Src_pos,
                Std,
                Type,
                Type_with_layout
  BuildDepends: bigarray

Library sexplib_num
  Path:         num/lib
  Pack:         true
  Modules:      Sexplib_num_conv,
                Std
  BuildDepends: num,
                sexplib

Library sexplib_unix
  Path:         unix/lib
  Pack:         true
  Modules:      Sexplib_unix_conv
  BuildDepends: sexplib,
                unix