this repo has no description
1opam-version: "2.0"
2synopsis: "Jekyll post parsing library"
3description: """
4This library provides an OCaml interface to parsing
5posts in the Jekyll format."""
6maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
7authors: ["Anil Madhavapeddy" "Patrick Ferris"]
8license: "MIT"
9homepage: "https://github.com/avsm/jekyll-format"
10bug-reports: "https://github.com/avsm/jekyll-format/issues"
11depends: [
12 "dune" {>= "2.8"}
13 "ocaml" {>= "4.05.0"}
14 "result"
15 "astring"
16 "omd"
17 "fmt"
18 "rresult" {< "0.7.0"}
19 "ptime"
20 "fpath"
21 "yaml" {< "3.0.0"}
22 "yaml" {with-test & >= "2.0.0"}
23 "ezjsonm" {>= "1.1.0"}
24 "alcotest" {with-test}
25 "bos" {with-test}
26 "odoc" {with-doc}
27]
28build: [
29 ["dune" "subst"] {dev}
30 [
31 "dune"
32 "build"
33 "-p"
34 name
35 "-j"
36 jobs
37 "@install"
38 "@runtest" {with-test}
39 "@doc" {with-doc}
40 ]
41]
42dev-repo: "git+https://github.com/avsm/jekyll-format.git"
43x-commit-hash: "b4d576a96a516f1d1ec08a5416cb5fb7f783409b"
44url {
45 src:
46 "https://github.com/avsm/jekyll-format/releases/download/v0.2.0/jekyll-format-v0.2.0.tbz"
47 checksum: [
48 "sha256=8d5b438e235d712827a130906473951ed532522473262730043aa4783a60031a"
49 "sha512=ddd73dbf82ad5e8a613fe6600729b217658c478a445e2fd42c5da5f4cb66aad335a87ef239c37f97c53394e2d5d452034874fe424fd45e4503df3e71da7dff64"
50 ]
51}