this repo has no description
1opam-version: "2.0" 2maintainer: "Anil Madhavapeddy <anil@recoil.org>" 3authors: ["Anil Madhavapeddy <anil@recoil.org>"] 4homepage: "https://github.com/avsm/jekyll-format" 5doc: "https://avsm.github.io/jekyll-format/doc" 6license: "ISC" 7dev-repo: "git+https://github.com/avsm/jekyll-format.git" 8bug-reports: "https://github.com/avsm/jekyll-format/issues" 9tags: ["org:ocamllabs" "org:mirage"] 10depends: [ 11 "ocaml" {>= "4.02.3"} 12 "ocamlfind" {build} 13 "ocamlbuild" {build} 14 "topkg" {build} 15 "result" 16 "astring" 17 "omd" 18 "fmt" 19 "rresult" 20 "ptime" 21 "fpath" 22 "alcotest" {with-test & >= "0.7.0"} 23 "bos" {with-test} 24] 25build: [ 26 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false"] 27 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] 28 {with-test} 29] 30synopsis: "Jekyll post parsing library" 31description: """ 32[Jekyll](https://jekyllrb.com) is a simple, blog-aware static site 33generator that takes a template directory of files and turns them into 34a website. This library exists to parse those blog posts and make them 35easy to manipulate from OCaml code. 36 37jekyll-format is distributed under the ISC license.""" 38url { 39 src: 40 "https://github.com/avsm/jekyll-format/releases/download/v0.1.0/jekyll-format-0.1.0.tbz" 41 checksum: [ 42 "sha256=2c214508d0c74fee66c2b30b5fcfccdb50a5b888c0aee4e1a51b83ad4e4bffd5" 43 "md5=a16f308684848ba53b7166589b8a802f" 44 ] 45}