add license + dune-project

This commit is contained in:
Swrup 2025-09-21 17:44:14 +02:00
parent cd85efffde
commit 2eb42f51cc
4 changed files with 709 additions and 23 deletions

View file

@ -1,17 +1,21 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "A short synopsis"
description: "A longer description"
maintainer: ["Maintainer Name <maintainer@example.com>"]
authors: ["Author Name <author@example.com>"]
license: "LICENSE"
tags: ["add topics" "to describe" "your" "project"]
homepage: "https://github.com/username/reponame"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/username/reponame/issues"
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"
"ocaml" {>= "5.3"}
"crunch"
"vif"
"jsont"
"cohttp"
"fmt"
"ocamlformat" {with-dev-setup}
"odoc" {with-doc}
]
build: [
@ -28,5 +32,4 @@ build: [
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/username/reponame.git"
x-maintenance-intent: ["(latest)"]