Skip to content

Commit

Permalink
Merge pull request #448 from yallop/autoload-top
Browse files Browse the repository at this point in the history
Auto-load custom printers in the OCaml toplevel.
  • Loading branch information
yallop authored Sep 20, 2016
2 parents 6498ef5 + 58d473f commit 5f60273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions META
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = "Combinators for binding to C libraries without writing any C."
requires = "unix bigarray str bytes"
archive(byte) = "ctypes.cma"
archive(byte, plugin) = "ctypes.cma"
archive(byte, toploop) = "ctypes.cma ctypes-top.cma"
archive(native) = "ctypes.cmxa"
archive(native, plugin) = "ctypes.cmxs"
exists_if = "ctypes.cma"
Expand Down

0 comments on commit 5f60273

Please sign in to comment.