4 Star 0 Fork 1

Gitee 极速下载/Keelung

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/btq-ag/keelung
克隆/下载
keelung.cabal 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
Viktor 提交于 2024-06-06 16:57 . [ add ] JSON as datatype inputs
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: keelung
version: 0.24.0
synopsis: DSL for creating zero-knowledge proofs
description: Please see the README on GitHub at <https://github.com/btq-ag/keelung#readme>
category: Cryptography
homepage: https://github.com/btq-ag/keelung#readme
bug-reports: https://github.com/btq-ag/keelung/issues
author: BTQ AG
maintainer: BTQ AG
copyright: 2022-2023 BTQ AG
license: Apache-2.0
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/btq-ag/keelung
library
exposed-modules:
Keelung
Keelung.CircuitFormat
Keelung.Constraint.R1C
Keelung.Constraint.R1CS
Keelung.Data.Bits
Keelung.Data.FieldInfo
Keelung.Data.N
Keelung.Data.Polynomial
Keelung.Data.Struct
Keelung.Error
Keelung.Field
Keelung.Heap
Keelung.Monad
Keelung.Options
Keelung.Prof
Keelung.Syntax
Keelung.Syntax.Counters
Keelung.Syntax.Encode
Keelung.Syntax.Encode.Syntax
other-modules:
Paths_keelung
hs-source-dirs:
src
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Werror=incomplete-patterns -fno-warn-orphans
build-depends:
QuickCheck
, aeson
, array
, base >=4.7 && <5
, bytestring
, cereal
, containers
, deepseq
, directory
, galois-field
, groups
, mtl
, optparse-applicative
, process
, random
, semirings
, vector
, wl-pprint-text
default-language: Haskell2010
test-suite keelung-test
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Test.Monad
Test.VarLayout
Keelung
Keelung.CircuitFormat
Keelung.Constraint.R1C
Keelung.Constraint.R1CS
Keelung.Data.Bits
Keelung.Data.FieldInfo
Keelung.Data.N
Keelung.Data.Polynomial
Keelung.Data.Struct
Keelung.Error
Keelung.Field
Keelung.Heap
Keelung.Monad
Keelung.Options
Keelung.Prof
Keelung.Syntax
Keelung.Syntax.Counters
Keelung.Syntax.Encode
Keelung.Syntax.Encode.Syntax
Paths_keelung
hs-source-dirs:
test/
src/
default-extensions:
ImportQualifiedPost
ghc-options: -Wall -Werror=incomplete-patterns -fno-warn-orphans -Wall -Werror=incomplete-patterns -fno-warn-orphans
build-depends:
HUnit
, QuickCheck
, aeson
, array
, base >=4.7 && <5
, bytestring
, cereal
, containers
, deepseq
, directory
, galois-field
, groups
, hspec
, hspec-expectations-lifted
, keelung
, mtl
, optparse-applicative
, process
, quickcheck-transformer
, random
, semirings
, vector
, wl-pprint-text
default-language: Haskell2010
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Haskell
1
https://gitee.com/mirrors/Keelung.git
[email protected]:mirrors/Keelung.git
mirrors
Keelung
Keelung
main

搜索帮助