this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[new release] jekyll-format (0.3.4)

CHANGES:

- Improve slug inference by working on files of the form
`name.md` (without a date component). For these files, if the
`date` field is present but no `slug` field, then the `slug`
field is assigned as the filename (sans extension).

+52
+52
packages/jekyll-format/jekyll-format.0.3.4/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Jekyll post parsing library" 3 + description: """ 4 + This library provides an OCaml interface to parsing 5 + posts in the Jekyll format.""" 6 + maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 7 + authors: ["Anil Madhavapeddy" "Patrick Ferris"] 8 + license: "MIT" 9 + homepage: "https://github.com/avsm/jekyll-format" 10 + bug-reports: "https://github.com/avsm/jekyll-format/issues" 11 + depends: [ 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 + ] 27 + build: [ 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 + ] 43 + dev-repo: "git+https://github.com/avsm/jekyll-format.git" 44 + url { 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 + } 52 + x-commit-hash: "84ddf2cd200f27fecbf337bb9342637c4ebb3dc9"