name: align-affine version: 0.1.0.0 synopsis: Sequence alignment with an affine gap penalty model description: Global & multi-sequence alignment using the Needleman-Wunsch & Center Star algorithms, with an affine gap penalty model. license: BSD3 license-file: LICENSE.md author: Charles Li maintainer: charles.li@ehess.fr category: Data extra-source-files: CHANGELOG.md build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/chchch/align-affine.git library exposed-modules: Data.Align.Affine build-depends: base >=4.6 && <5, containers >=0.6 && <0.7, transformers >=0.5 && <0.7, vector >=0.10 && <0.13 hs-source-dirs: src default-language: Haskell98 ghc-options: -Wall