4 Star 0 Fork 1

Gitee 极速下载/Keelung

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/btq-ag/keelung
克隆/下载
package.yaml 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Viktor 提交于 2024-06-06 16:57 . [ add ] JSON as datatype inputs
name: keelung
version: 0.24.0
github: "btq-ag/keelung"
license: Apache-2.0
author: "BTQ AG"
maintainer: "BTQ AG"
copyright: "2022-2023 BTQ AG"
extra-source-files:
- README.md
- ChangeLog.md
# Metadata used when publishing your package
synopsis: DSL for creating zero-knowledge proofs
category: Cryptography
# To avoid duplicated efforts in documentation and dealing with the
# complications of embedding Haddock markup inside cabal files, it is
# common to point users to the README.md file.
description: Please see the README on GitHub at <https://github.com/btq-ag/keelung#readme>
dependencies:
- base >= 4.7 && < 5
- array
- bytestring
- cereal
- containers
- deepseq
- directory
- galois-field
- groups
- mtl
- optparse-applicative
- process
- random
- semirings
- QuickCheck
- vector
- wl-pprint-text
- aeson
# - scientific
library:
source-dirs: src
default-extensions:
- ImportQualifiedPost
ghc-options:
- -Wall
- -Werror=incomplete-patterns
- -fno-warn-orphans
tests:
keelung-test:
main: Main.hs
source-dirs:
- test/
- src/
dependencies:
- keelung
# - keelung-examples
- hspec
- hspec-expectations-lifted
- HUnit
- QuickCheck
- quickcheck-transformer
ghc-options:
- -Wall
- -Werror=incomplete-patterns
- -fno-warn-orphans
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Haskell
1
https://gitee.com/mirrors/Keelung.git
[email protected]:mirrors/Keelung.git
mirrors
Keelung
Keelung
main

搜索帮助