-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathptt-bin.opam
35 lines (35 loc) · 1.13 KB
/
ptt-bin.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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 <[email protected]>"
authors: "Romain Calascibetta <[email protected]>"
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.14.0"}
"dune"
"ptt" {= version}
"bos"
"dns-client"
"dns-client-lwt"
"git-kv" {>= "0.0.2"}
"git-unix" {>= "3.10.0"}
"ca-certs"
"cmdliner" {>= "1.1.0"}
"mirage-clock-unix" {>= "3.1.0"}
"mirage-crypto-rng"
"uspf-lwt"
"mirage-time-unix" {>= "2.0.0"}
"mimic" {>= "0.0.1"}
"alcotest-lwt" {with-test}
"base-threads" {with-test}
"alcotest" {with-test}
]
build: ["dune" "build" "-p" name "-j" jobs]
run-test: ["dune" "runtest" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/mirage/ptt.git"