File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222
23232010-07-07: Major changes for compatibility with OCaml 3.12.
2424
25- 2010-06-03: Improved determination of type-conv paths.
25+ 2010-06-03: Improved determination of type_conv paths.
2626 Thanks to Jacques Le Normand <
[email protected] > for this
2727 patch!
2828
Original file line number Diff line number Diff line change 1- The type-conv mini library factors out functionality needed by different
1+ The type_conv mini library factors out functionality needed by different
22preprocessors that generate code from type specifications, because this
33functionality cannot be duplicated without losing the ability to use
44these preprocessors simultaneously.
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ cat >$HERE/_oasis <<EOF
77#AUTOGENERATED FILE; EDIT oasis.sh INSTEAD
88OASISFormat: 0.2
99OCamlVersion: >= 3.12
10- Name: type-conv
11- Version: 3.0.4
10+ Name: type_conv
11+ Version: 3.0.5
1212Synopsis: support library for preprocessor type conversions
1313Authors: Martin Sandin,
1414 Markus Mottl,
@@ -26,19 +26,19 @@ XStdFilesREADME: false
2626Library pa_type_conv
2727 Path: syntax
2828 Modules: Pa_type_conv
29- FindlibName: type-conv
29+ FindlibName: type_conv
3030 BuildDepends: camlp4.quotations, camlp4.extend
3131 CompiledObject: byte
3232 XMETAType: syntax
3333 XMETARequires: camlp4
34- XMETADescription: Syntax extension for type-conv
34+ XMETADescription: Syntax extension for type_conv
3535
36- Document "type-conv "
36+ Document "type_conv "
3737 Title: API reference for Type-conv
3838 Type: ocamlbuild (0.2)
3939 BuildTools+: ocamldoc
4040 XOCamlbuildPath: syntax
41- XOCamlbuildLibraries: type-conv
41+ XOCamlbuildLibraries: type_conv
4242EOF
4343
4444make_tags $HERE /_tags << EOF
Original file line number Diff line number Diff line change 11# OASIS_START
22# DO NOT EDIT (digest: f1c75f691f33f8ee2a4b69f96a169153)
3- version = "3.0.4 "
4- description = "Syntax extension for type-conv "
3+ version = "3.0.5 "
4+ description = "Syntax extension for type_conv "
55requires = "camlp4"
66archive(syntax, preprocessor) = "pa_type_conv.cma"
77archive(syntax, toploop) = "pa_type_conv.cma"
You can’t perform that action at this time.
0 commit comments