Skip to content

Commit

Permalink
Standardise order of lines in META.in
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Jul 18, 2022
1 parent d2f7460 commit 9025a13
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions compilerlibs/META.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @configure_input@

version = "@VERSION@"
description = "compiler-libs support library"

Expand Down
2 changes: 1 addition & 1 deletion ocamldoc/META.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @configure_input@

requires = "compiler-libs"
version = "@VERSION@"
description = "ocamldoc plugin interface"
requires = "compiler-libs"
1 change: 1 addition & 0 deletions otherlibs/dynlink/META.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# @configure_input@

version = "@VERSION@"
description = "Dynamic loading and linking of object files"
archive(byte) = "dynlink.cma"
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/runtime_events/META.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @configure_input@

description = "Ring buffer-based runtime tracing"
version = "@VERSION@"
description = "Ring buffer-based runtime tracing"
archive(byte) = "runtime_events.cma"
archive(native) = "runtime_events.cmxa"
plugin(byte) = "runtime_events.cma"
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/str/META.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @configure_input@

description = "Regular expressions and string processing"
version = "@VERSION@"
description = "Regular expressions and string processing"
archive(byte) = "str.cma"
archive(native) = "str.cmxa"
plugin(byte) = "str.cma"
Expand Down
2 changes: 1 addition & 1 deletion otherlibs/unix/META.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @configure_input@

description = "Unix system calls"
version = "@VERSION@"
description = "Unix system calls"
archive(byte) = "unix.cma"
archive(native) = "unix.cmxa"
plugin(byte) = "unix.cma"
Expand Down
2 changes: 1 addition & 1 deletion stdlib/META.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# @configure_input@

description = "Standard library"
version = "@VERSION@"
description = "Standard library"
directory = "+"

0 comments on commit 9025a13

Please sign in to comment.