Skip to content

Commit

Permalink
use ocaml-freestanding everywhere (since 0.4.1 it also installs a MET…
Browse files Browse the repository at this point in the history
…A file)
  • Loading branch information
hannesm committed Oct 26, 2018
1 parent 54f12c8 commit 2641dd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bigstringaf.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ depopts: [
"mirage-xen-posix"
"ocaml-freestanding"
]
conflicts: [
"ocaml-freestanding" {< "0.4.1"}
]
synopsis: "Bigstring intrinsics and fast blits based on memcpy/memmove"
description: """
Bigstring intrinsics and fast blits based on memcpy/memmove
Expand Down
2 changes: 1 addition & 1 deletion lib/freestanding/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
((name bigstringaf_freestanding)
(public_name bigstringaf.freestanding)
(optional)
(libraries (bigarray mirage-solo5))
(libraries (bigarray ocaml-freestanding))
(c_names (bigstringaf_stubs))
(c_flags (:include cflags.sexp))))

Expand Down

0 comments on commit 2641dd4

Please sign in to comment.