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.05.0"} 14 "yaml-sexp" {>= "3.0.0"} 15 "yaml" {>= "3.0.0"} 16 "sexplib" 17 "result" 18 "astring" 19 "omd" 20 "fmt" {>= "0.8.7"} 21 "rresult" 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 "--promote-install-files=false" 39 "@install" 40 "@runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43 ["dune" "install" "-p" name "--create-install-files" name] 44] 45dev-repo: "git+https://github.com/avsm/jekyll-format.git" 46url { 47 src: 48 "https://github.com/avsm/jekyll-format/releases/download/v0.3.1/jekyll-format-0.3.1.tbz" 49 checksum: [ 50 "sha256=1587cb9f32772e4f22dbc933be0cef9d5aa55e6f666967220b56081f576a1f43" 51 "sha512=d3f5991c664ef7729d20ab3ff2ace67da4d8093e90bc17dae33566b15b6711de4f17d26ea067c7de6f7547708ad79e7438b56d22745f44ac1d2828ba6ad9c838" 52 ] 53} 54x-commit-hash: "6533c6967d4dfb690cb3094b54a99c3dd2e475d4"