Skip to content

Commit

Permalink
wmc in the FFI (#184)
Browse files Browse the repository at this point in the history
* wmc functionality to C FFI

* bump nix

* add ffi to features
  • Loading branch information
stites authored Dec 10, 2023
1 parent f5d5e17 commit 01a7723
Show file tree
Hide file tree
Showing 5 changed files with 139 additions and 61 deletions.
81 changes: 41 additions & 40 deletions nix/0001-Cargo.lock.patch

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,18 @@
}:
rustPlatform.buildRustPackage rec {
pname = "rsdd";
version = "0.1.0";
version = "unstable-2023-11-11";

src = ../.;

#cargoHash = "sha256-GYO554P3VHilJm2z/BM8noiPKG/HQM5jSELwuXAHJAA=";
cargoHash = "sha256-dl1R1VHPPwa2RVZw3as7zbmKUSrWvjTrMYn/YEYw/38=";

cargoPatches = [./0001-Cargo.lock.patch];


buildFeatures = [ "ffi" "cli" ];
cargoHash = "sha256-yIGvJRSW1qCf4giVZkj2rW7g0CG69nd5Ystle6cG5nU=";
buildFeatures = [ "ffi" ];

meta = with lib; {
description = "Rust decision diagrams";
homepage = "https://github.com/neuppl/rsdd";
license = licenses.mit;
maintainers = with maintainers; [ stites ];
maintainers = with maintainers; [];
};
}
24 changes: 12 additions & 12 deletions nix/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 01a7723

Please sign in to comment.