Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix karamel.opam: add ctypes and ctypes-foreign #391

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .docker/hierarchic.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ FROM fstar:local-branch-$FSTAR_BRANCH
ADD --chown=opam:opam ./ $HOME/karamel/
WORKDIR $HOME/karamel

# Let OPAM do its thing
ENV OPAMYES=1

# CI dependencies: node.js, ctypes-foreign
RUN opam depext ctypes-foreign uucp
RUN opam install ctypes-foreign uucp
Expand Down
2 changes: 2 additions & 0 deletions karamel.opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ depends: [
"ppx_deriving"
"ppx_deriving_yojson"
"fstar"
"ctypes"
"ctypes-foreign"
"uucp"
]
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
Expand Down
Loading