Skip to content

Commit

Permalink
core_extended.108.08.00: add patch: fix META file
Browse files Browse the repository at this point in the history
  • Loading branch information
smondet committed Dec 13, 2012
1 parent 5b712b0 commit d6a9421
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/core_extended.108.08.00/files/fix_META.patch
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
--- lib/META.prev 2012-12-13 16:05:41.644185169 -0500
+++ lib/META 2012-12-13 16:06:15.268184976 -0500
@@ -3,7 +3,7 @@
version = "108.08.00"
description = "Jane Street Capital's standard library overlay"
requires =
-"sexplib.syntax sexplib fieldslib.syntax fieldslib bin_prot bin_prot.syntax pa_ounit pa_pipebang core bigarray pcre res unix threads"
+" sexplib fieldslib bin_prot oUnit core bigarray pcre res unix threads"
archive(byte) = "core_extended.cma"
archive(byte, plugin) = "core_extended.cma"
archive(native) = "core_extended.cmxa"
1 change: 1 addition & 0 deletions packages/core_extended.108.08.00/opam
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build: [
["%{make}%"] ["%{make}%"]
["%{make}%" "install"] ["%{make}%" "install"]
] ]
patches: [ "fix_META.patch" ]
remove: [ remove: [
["ocamlfind" "remove" "core_extended"] ["ocamlfind" "remove" "core_extended"]
] ]
Expand Down

0 comments on commit d6a9421

Please sign in to comment.