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 "yaml-sexp" {>= "3.0.0"}
15 "yaml" {>= "3.0.0"}
16 "sexplib"
17 "result"
18 "astring"
19 "omd"
20 "fmt"
21 "rresult" {< "0.7.0"}
22 "ptime"
23 "fpath"
24 "ezjsonm" {>="1.1.0"}
25 "alcotest" {with-test}
26 "bos" {with-test}
27 "odoc" {with-doc}
28]
29build: [
30 ["dune" "subst"] {dev}
31 [
32 "dune"
33 "build"
34 "-p"
35 name
36 "-j"
37 jobs
38 "@install"
39 "@runtest" {with-test}
40 "@doc" {with-doc}
41 ]
42]
43dev-repo: "git+https://github.com/avsm/jekyll-format.git"
44url {
45 src:
46 "https://github.com/avsm/jekyll-format/releases/download/v0.3.0/jekyll-format-v0.3.0.tbz"
47 checksum: [
48 "sha256=129fb63081b8dee1f4d44f5e8ef28d9e4fe8d7661f6371d35d1ee8038e1c792a"
49 "sha512=9da5a2e1f3c5e294ccc99d5f211d999042bada44e907ef4d89935f2b04b20368a472af66f210e29292a442909e0becf563b6fc976de4596cede73c8c051a3212"
50 ]
51}
52x-commit-hash: "50de2aa18fb062f8b0872c5303ecc74ba2371cae"