-
Notifications
You must be signed in to change notification settings - Fork 6
/
cabal.project
33 lines (26 loc) · 1.08 KB
/
cabal.project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
packages:
-- Raw FFI bindings
botan-bindings
-- Low-level ByteString / IO interface
botan-low
-- High-level idiomatic interface
botan
--
-- NOTE: Packages below this line are experimental, and may have their content
-- moved or merged into another library
--
-- a libsodium-like interface to botan
-- This may end up using either `botan` or `crypto-schemes` and `crypto-schemes-botan`
-- and will be named `botanium` or renamed to `cryptonium` depending on which.
botanium
-- a crypton/ite-compatible interface to botan
-- This may end up using either `botan` or `crypto-schemes` and `crypto-schemes-botan`
-- and is a candidate for merging with `crypton` if sufficient compatibility is possible.
-- botanite
-- Uncomment to point to a local botan install:
-- extra-lib-dirs:
-- $BOTAN_OUT/lib
-- extra-include-dirs:
-- $BOTAN_OUT/include
-- Or as command-line arguments:
-- cabal repl botan-bindings --extra-lib-dirs=$BOTAN_OUT/lib --extra-include-dirs $BOTAN_OUT/include