Skip to content

Commit 4dffb05

Browse files
committed
add str dependency
1 parent 4001477 commit 4dffb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocaml/mk_meta.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
cat >META <<EOF
66
description = "bindings to the dash shell as a library"
7-
requires = "ctypes,ctypes.foreign"
7+
requires = "ctypes,ctypes.foreign,str"
88
version = "0.1"
99
archive(native) = "dash.cmxa"
1010
archive(byte) = "dash.cma"

0 commit comments

Comments
 (0)