MTE unikernel with Mkernel+Mnet+Vifu
This commit is contained in:
parent
76662bf23c
commit
a23e59dfca
31 changed files with 535 additions and 376 deletions
84
dune-project
84
dune-project
|
|
@ -2,45 +2,45 @@
|
|||
|
||||
(name mte)
|
||||
|
||||
(generate_opam_files true)
|
||||
|
||||
; (source
|
||||
; (github username/reponame))
|
||||
|
||||
(authors "Olivier Pierre <swrup@protonmail.com>")
|
||||
|
||||
(maintainers "Olivier Pierre <swrup@protonmail.com>")
|
||||
|
||||
(license AGPL-3.0-only)
|
||||
|
||||
; (documentation https://url/to/documentation)
|
||||
|
||||
(package
|
||||
(name mte)
|
||||
(synopsis "MTE - the MirageOS Taler Exchange")
|
||||
(description "A GNU Taler exchange implementation with the unikernel framework MirageOS")
|
||||
(tags
|
||||
("GNU Taler" MirageOS unikernel OCaml crypto))
|
||||
(depends
|
||||
(ocaml (>= 5.3))
|
||||
base32
|
||||
caqti
|
||||
caqti-miou
|
||||
caqti-driver-pgx
|
||||
crunch
|
||||
vif
|
||||
jsont
|
||||
cohttp
|
||||
fmt
|
||||
bin
|
||||
angstrom
|
||||
mirage-crypto
|
||||
kdf
|
||||
digestif
|
||||
duration
|
||||
jsont
|
||||
cohttp
|
||||
ptime
|
||||
logs
|
||||
(ocamlformat :with-dev-setup)
|
||||
))
|
||||
; (generate_opam_files true)
|
||||
;
|
||||
; ; (source
|
||||
; ; (github username/reponame))
|
||||
;
|
||||
; (authors "Olivier Pierre <swrup@protonmail.com>")
|
||||
;
|
||||
; (maintainers "Olivier Pierre <swrup@protonmail.com>")
|
||||
;
|
||||
; (license AGPL-3.0-only)
|
||||
;
|
||||
; ; (documentation https://url/to/documentation)
|
||||
;
|
||||
; (package
|
||||
; (name mte)
|
||||
; (synopsis "MTE - the MirageOS Taler Exchange")
|
||||
; (description "A GNU Taler exchange implementation with the unikernel framework MirageOS")
|
||||
; (tags
|
||||
; ("GNU Taler" MirageOS unikernel OCaml crypto))
|
||||
; (depends
|
||||
; (ocaml (>= 5.3))
|
||||
; base32
|
||||
; caqti
|
||||
; caqti-miou
|
||||
; caqti-driver-pgx
|
||||
; crunch
|
||||
; vif
|
||||
; jsont
|
||||
; cohttp
|
||||
; fmt
|
||||
; bin
|
||||
; angstrom
|
||||
; mirage-crypto
|
||||
; kdf
|
||||
; digestif
|
||||
; duration
|
||||
; jsont
|
||||
; cohttp
|
||||
; ptime
|
||||
; logs
|
||||
; (ocamlformat :with-dev-setup)
|
||||
; ))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue