We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736e13a commit 3b344cdCopy full SHA for 3b344cd
shell.nix
@@ -1,7 +1,9 @@
1
{ pkgs ? import <nixpkgs> { } }:
2
pkgs.mkShell {
3
nativeBuildInputs = with pkgs; [
4
+ ocaml
5
gcc
6
+ pkgconf
7
pkg-config
8
gmp
9
libffi
0 commit comments