The opam repository for my Advent of Agentic Humps 2025

mailflag

+34
+34
packages/mail-flag/mail-flag.dev/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Unified message flags and mailbox attributes for IMAP/JMAP" 3 + description: 4 + "Type-safe message keywords, system flags, and mailbox attributes for email protocols. Supports RFC 9051 (IMAP4rev2), RFC 8621 (JMAP Mail), RFC 6154 (Special-Use), and draft-ietf-mailmaint extensions." 5 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 6 + authors: ["Anil Madhavapeddy"] 7 + license: "ISC" 8 + homepage: "https://tangled.org/@anil.recoil.org/ocaml-mail-flag" 9 + bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-mail-flag/issues" 10 + dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-mail-flag.git" 11 + depends: [ 12 + "dune" {>= "3.0"} 13 + "ocaml" {>= "5.1.0"} 14 + "fmt" {>= "0.9"} 15 + "odoc" {with-doc} 16 + "alcotest" {with-test & >= "1.7.0"} 17 + ] 18 + build: [ 19 + ["dune" "subst"] {dev} 20 + [ 21 + "dune" 22 + "build" 23 + "-p" 24 + name 25 + "-j" 26 + jobs 27 + "@install" 28 + "@runtest" {with-test} 29 + "@doc" {with-doc} 30 + ] 31 + ] 32 + url { 33 + src: "git+https://tangled.org/@anil.recoil.org/ocaml-mail-flag.git#main" 34 + }