Handle Jekyll-format files in OCaml
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Eio file I/O support for frontmatter"
4description:
5 "Eio-based file operations for reading frontmatter files from disk."
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy"]
8license: "ISC"
9homepage: "https://tangled.org/anil.recoil.org/ocaml-frontmatter"
10bug-reports: "https://tangled.org/anil.recoil.org/ocaml-frontmatter/issues"
11depends: [
12 "dune" {>= "3.21"}
13 "ocaml" {>= "5.2"}
14 "frontmatter" {= version}
15 "eio" {>= "1.2"}
16 "odoc" {with-doc}
17]
18build: [
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]
32dev-repo: "git+https://tangled.org/anil.recoil.org/ocaml-frontmatter"
33x-maintenance-intent: ["(latest)"]