rename
This commit is contained in:
parent
1e30753ba9
commit
84472e93dd
160 changed files with 18460 additions and 90 deletions
49
.jjconflict-base-0/mte.opam
Normal file
49
.jjconflict-base-0/mte.opam
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
synopsis: "MTE - the MirageOS Taler Exchange"
|
||||
description:
|
||||
"A GNU Taler exchange implementation with the unikernel framework MirageOS"
|
||||
maintainer: ["Olivier Pierre <swrup@protonmail.com>"]
|
||||
authors: ["Olivier Pierre <swrup@protonmail.com>"]
|
||||
license: "AGPL-3.0-only"
|
||||
tags: ["GNU Taler" "MirageOS" "unikernel" "OCaml" "crypto"]
|
||||
depends: [
|
||||
"dune" {>= "3.20"}
|
||||
"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}
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
["dune" "subst"] {dev}
|
||||
[
|
||||
"dune"
|
||||
"build"
|
||||
"-p"
|
||||
name
|
||||
"-j"
|
||||
jobs
|
||||
"@install"
|
||||
"@runtest" {with-test}
|
||||
"@doc" {with-doc}
|
||||
]
|
||||
]
|
||||
x-maintenance-intent: ["(latest)"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue