# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "IMAP4rev2 server implemented in OCaml with EIO" description: "A modular IMAP4rev2 server (RFC 9051) implemented in OCaml using EIO for networking. Features pluggable storage backends (Memory, Maildir) and PAM authentication." maintainer: ["Mark Maybury"] authors: ["Mark Maybury"] license: "ISC" homepage: "https://github.com/mtelvers/imapd" doc: "https://github.com/mtelvers/imapd" bug-reports: "https://github.com/mtelvers/imapd/issues" depends: [ "ocaml" {>= "5.1"} "dune" {>= "3.0" & >= "3.0"} "conf-pam" {build} "menhir" {>= "20230608"} "eio" {>= "1.0"} "eio_main" {>= "1.0"} "tls-eio" {>= "0.15"} "tls" {>= "0.15"} "faraday" {>= "0.8"} "base64" {>= "3.5"} "cmdliner" {>= "1.2"} "alcotest" {>= "1.7" & with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/mtelvers/imapd.git" url { src: "git+https://github.com/mtelvers/ocaml-imapd#a2d296ae8a3004d134e11d6a210f10ede26620f0" }