Skip to content

Commit e299e1c

Browse files
committed
Fixed type_conv package name
1 parent 2cb3733 commit e299e1c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

base/type_conv/Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
2010-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

base/type_conv/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The type-conv mini library factors out functionality needed by different
1+
The type_conv mini library factors out functionality needed by different
22
preprocessors that generate code from type specifications, because this
33
functionality cannot be duplicated without losing the ability to use
44
these preprocessors simultaneously.

base/type_conv/oasis.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ cat >$HERE/_oasis <<EOF
77
#AUTOGENERATED FILE; EDIT oasis.sh INSTEAD
88
OASISFormat: 0.2
99
OCamlVersion: >= 3.12
10-
Name: type-conv
11-
Version: 3.0.4
10+
Name: type_conv
11+
Version: 3.0.5
1212
Synopsis: support library for preprocessor type conversions
1313
Authors: Martin Sandin,
1414
Markus Mottl,
@@ -26,19 +26,19 @@ XStdFilesREADME: false
2626
Library 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
4242
EOF
4343

4444
make_tags $HERE/_tags <<EOF

base/type_conv/syntax/META

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"
55
requires = "camlp4"
66
archive(syntax, preprocessor) = "pa_type_conv.cma"
77
archive(syntax, toploop) = "pa_type_conv.cma"

0 commit comments

Comments
 (0)