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.9"} 13 "ocaml" {>= "4.08.0"} 14 "yaml-sexp" {>= "3.0.0"} 15 "yaml" {>= "3.0.0"} 16 "sexplib" 17 "astring" 18 "fmt" {>= "0.8.7"} 19 "rresult" 20 "ptime" 21 "fpath" 22 "ezjsonm" {>= "1.1.0"} 23 "alcotest" {with-test} 24 "bos" {with-test} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "--promote-install-files=false" 37 "@install" 38 "@runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41 ["dune" "install" "-p" name "--create-install-files" name] 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.4/jekyll-format-0.3.4.tbz" 47 checksum: [ 48 "sha256=1cf13770011e7e0db1e59f24633faf3f594cae045db1efb5cf1f1fef2b8abc67" 49 "sha512=a8ebab47bba3e14fa2f365002825b6b71754ef807be8419620a1167e509929bd59e25fcefbfb8b169a20716423bb4f1a07f9a8592768d6f2268a1bc869fad687" 50 ] 51} 52x-commit-hash: "84ddf2cd200f27fecbf337bb9342637c4ebb3dc9"