packages feed

cabal2nix-2.16.0: test/golden-test-cases/bioalign.nix.golden

{ mkDerivation, base, biocore, bytestring, lib }:
mkDerivation {
  pname = "bioalign";
  version = "0.0.5";
  sha256 = "deadbeef";
  libraryHaskellDepends = [ base biocore bytestring ];
  homepage = "https://patch-tag.com/r/dfornika/biophd/home";
  description = "Data structures and helper functions for calculating alignments";
  license = "GPL";
}