File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Front-matter extractor library"
3+ maintainer: ["Mikhail Lopatin <dx3mod@bk.ru>"]
4+ authors: ["Mikhail Lopatin <dx3mod@bk.ru>"]
5+ license: "MIT"
6+ homepage: "https://github.com/dx3mod/frontmatter_extractor"
7+ bug-reports: "https://github.com/dx3mod/frontmatter_extractor/issues"
8+ tags: ["front-matter" "front" "text"]
9+ depends: [
10+ "dune" {>= "3.15"}
11+ "ocaml"
12+ "odoc" {with-doc}
13+ ]
14+ depopts: ["yaml"]
15+ build: [
16+ ["dune" "subst"] {dev}
17+ [
18+ "dune"
19+ "build"
20+ "-p"
21+ name
22+ "-j"
23+ jobs
24+ "@install"
25+ "@runtest" {with-test}
26+ "@doc" {with-doc}
27+ ]
28+ ]
29+ dev-repo: "git+https://github.com/dx3mod/frontmatter_extractor.git"
30+ url {
31+ src: "https://github.com/dx3mod/frontmatter_extractor/archive/refs/tags/0.1.tar.gz"
32+ checksum: [
33+ "md5=b420d881d289e6e8f27adbcd02464f6e"
34+ "sha512=ee9bc98c62304b409911f42a738d2f4c01db2492e91bf184812c9fd6c0ca28c9be061003416e44bf1e95345da3d864a0970ff84e299d1938ba79d0bd6121aeff"
35+ ]
36+ }
37+
You can’t perform that action at this time.
0 commit comments