unikernel-repo/packages/ptt.0.1~dev/opam

55 lines
1.5 KiB
Text
Raw Normal View History

2024-02-27 18:04:06 +00:00
opam-version: "2.0"
name: "ptt"
synopsis: "Postes, Télégraphes et Téléphones, SMTP servers"
description: """\
PTT aggregate some SMTP servers like a relay or
a submission server. It can be use as an UNIX service or an MirageOS unikernel."""
maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors: "Romain Calascibetta <romain.calascibetta@gmail.com>"
license: "MIT"
homepage: "https://github.com/mirage/ptt"
doc: "https://mirage.github.io/ptt/"
bug-reports: "https://github.com/mirage/ptt/issues"
depends: [
"ocaml" {>= "4.07.0"}
"dune"
"mrmime"
"digestif"
"colombe" {>= "0.7.0"}
"received" {>= "0.5.1"}
"sendmail" {>= "0.7.0"}
"sendmail-lwt" {>= "0.6.0"}
"mimic"
"domain-name"
"dns"
"logs"
"tls" {>= "0.15.4"}
"tls-mirage" {>= "0.15.4"}
"tcpip" {>= "7.1.0"}
"ke" {>= "0.6"}
"hxd"
"bigstringaf"
"ocaml-syntax-shims"
"dkim-mirage" {>= "0.4.0"}
"mirage-kv" {>= "4.0.1"}
"dns-client" {>= "6.4.0"}
"dns-mirage"
"dns-tsig"
"lwt" {>= "5.4.0"}
"mirage-clock" {>= "3.1.0"}
"mirage-flow" {>= "2.0.1"}
"mirage-random" {>= "2.0.0"}
"mirage-time" {>= "2.0.1"}
"uspf"
"data-encoding" {>= "0.7"}
"ptime"
"spamtacus-mirage"
"ipaddr" {>= "5.0.1"}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/mirage/ptt.git"
url {
src: "git+https://github.com/mirage/ptt.git"
}