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
frontmatter
anil.recoil.org
2 months ago
0a7719ff
6aa74b6f
0/1
build.yml
failed
2m 22s
+73
2 changed files
expand all
collapse all
unified
split
packages
frontmatter
frontmatter.dev
opam
frontmatter-eio
frontmatter-eio.dev
opam
+35
packages/frontmatter-eio/frontmatter-eio.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Eio file I/O support for frontmatter"
3
3
+
description:
4
4
+
"Eio-based file operations for reading frontmatter files from disk."
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-frontmatter"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-frontmatter/issues"
10
10
+
depends: [
11
11
+
"dune" {>= "3.20"}
12
12
+
"ocaml" {>= "5.2"}
13
13
+
"frontmatter" {= version}
14
14
+
"eio" {>= "1.2"}
15
15
+
"odoc" {with-doc}
16
16
+
]
17
17
+
build: [
18
18
+
["dune" "subst"] {dev}
19
19
+
[
20
20
+
"dune"
21
21
+
"build"
22
22
+
"-p"
23
23
+
name
24
24
+
"-j"
25
25
+
jobs
26
26
+
"@install"
27
27
+
"@runtest" {with-test}
28
28
+
"@doc" {with-doc}
29
29
+
]
30
30
+
]
31
31
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-frontmatter.git"
32
32
+
url {
33
33
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-frontmatter.git#main"
34
34
+
}
35
35
+
x-maintenance-intent: ["(latest)"]
+38
packages/frontmatter/frontmatter.dev/opam
reviewed
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Parse YAML frontmatter from Markdown files"
3
3
+
description: """
4
4
+
A library for parsing YAML frontmatter (Jekyll-format) from Markdown files.
5
5
+
Supports extracting structured metadata and body content from files with
6
6
+
YAML headers delimited by '---' markers."""
7
7
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
8
8
+
authors: ["Anil Madhavapeddy"]
9
9
+
license: "ISC"
10
10
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-frontmatter"
11
11
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-frontmatter/issues"
12
12
+
depends: [
13
13
+
"dune" {>= "3.20"}
14
14
+
"ocaml" {>= "5.2"}
15
15
+
"yamlrw" {>= "0.3"}
16
16
+
"jsont" {>= "0.1"}
17
17
+
"ptime" {>= "1.2"}
18
18
+
"odoc" {with-doc}
19
19
+
]
20
20
+
build: [
21
21
+
["dune" "subst"] {dev}
22
22
+
[
23
23
+
"dune"
24
24
+
"build"
25
25
+
"-p"
26
26
+
name
27
27
+
"-j"
28
28
+
jobs
29
29
+
"@install"
30
30
+
"@runtest" {with-test}
31
31
+
"@doc" {with-doc}
32
32
+
]
33
33
+
]
34
34
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-frontmatter.git"
35
35
+
url {
36
36
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-frontmatter.git#main"
37
37
+
}
38
38
+
x-maintenance-intent: ["(latest)"]