tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
mailflag
anil.recoil.org
2 months ago
23453240
2f148b15
0/1
build.yml
failed
2s
+34
1 changed file
expand all
collapse all
unified
split
packages
mail-flag
mail-flag.dev
opam
+34
packages/mail-flag/mail-flag.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Unified message flags and mailbox attributes for IMAP/JMAP"
3
3
+
description:
4
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
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-mail-flag"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-mail-flag/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-mail-flag.git"
11
11
+
depends: [
12
12
+
"dune" {>= "3.0"}
13
13
+
"ocaml" {>= "5.1.0"}
14
14
+
"fmt" {>= "0.9"}
15
15
+
"odoc" {with-doc}
16
16
+
"alcotest" {with-test & >= "1.7.0"}
17
17
+
]
18
18
+
build: [
19
19
+
["dune" "subst"] {dev}
20
20
+
[
21
21
+
"dune"
22
22
+
"build"
23
23
+
"-p"
24
24
+
name
25
25
+
"-j"
26
26
+
jobs
27
27
+
"@install"
28
28
+
"@runtest" {with-test}
29
29
+
"@doc" {with-doc}
30
30
+
]
31
31
+
]
32
32
+
url {
33
33
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-mail-flag.git#main"
34
34
+
}