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.3/jekyll-format-0.3.3.tbz" 47 checksum: [ 48 "sha256=c197b6dcff4f0f85fea2405fa8ef7629745c4e59da80ad42bd50d9e9b0a92fc5" 49 "sha512=f3a0c971f64d942f46e87d9472a5d98a8d6c8c908c2631930c199685d1d358d5aec846e36ebe8a15306178dec6fc3518e405aae66aaf63556a9631e745886f25" 50 ] 51} 52x-commit-hash: "80794bb11bba15e50fc6a5f98467871fc6a362ba"