wip secmod
This commit is contained in:
parent
592ebee9a3
commit
b27ebea6ee
8 changed files with 153 additions and 109 deletions
8
src/dune
8
src/dune
|
|
@ -7,10 +7,10 @@
|
|||
(library
|
||||
(name mte)
|
||||
(wrapped false)
|
||||
(modules :standard \ mte base_32 amount)
|
||||
(modules :standard \ mte b32 amount)
|
||||
(libraries
|
||||
amount
|
||||
base_32
|
||||
b32
|
||||
;
|
||||
include
|
||||
;
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
cohttp))
|
||||
|
||||
(library ; crockford base32
|
||||
(name base_32)
|
||||
(modules base_32)
|
||||
(name b32)
|
||||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
(library
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue