this repo has no description
0
fork

Configure Feed

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

[new release] starred_ml (0.0.7)

CHANGES:

- IMPORTANT: now use `starred_ml render` for rendering the template.
- Removed `slug` dependency that was actually not enough for the intention.
- Encourages raw jingoo filters for encoding urls. As in `item.language | urlencode`.
- The `dafault.jingoo` template now takes a the github repositories (the `starred list` type) and uses `groupby` Jingoo's feature to print each repository under the corresponding language.

+52
+52
packages/starred_ml/starred_ml.0.0.7/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Generates a awesome list markdown" 3 + description: "Turn your starred items into a awesomeness list of repos" 4 + maintainer: ["Paulo Suzart"] 5 + authors: ["Paulo Suzart"] 6 + license: "CC0-1.0" 7 + homepage: "https://github.com/paulosuzart/starred_ml" 8 + bug-reports: "https://github.com/paulosuzart/starred_ml/issues" 9 + depends: [ 10 + "cmdliner" {>= "1.2.0"} 11 + "re2" {>= "v0.16.0"} 12 + "alcotest" {>= "1.7.0" & with-test} 13 + "yojson" {>= "2.1.2"} 14 + "tls-eio" {>= "1.0.4"} 15 + "ppx_deriving_yojson" {>= "3.7.0"} 16 + "ppx_deriving" {>= "5.2.1"} 17 + "mirage-crypto-rng-eio" {>= "1.1.0"} 18 + "logs" {>= "0.7.0"} 19 + "jingoo" {>= "1.5.0"} 20 + "fmt" {>= "0.9.0"} 21 + "eio_main" {>= "1.2"} 22 + "eio" {>= "1.2"} 23 + "cohttp-eio" {>= "6.0.0"} 24 + "slug" {>= "1.0.1"} 25 + "ocaml" 26 + "dune" {>= "3.14"} 27 + "odoc" {with-doc} 28 + ] 29 + build: [ 30 + ["dune" "subst"] {dev} 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + dev-repo: "git+https://github.com/paulosuzart/starred_ml.git" 44 + url { 45 + src: 46 + "https://github.com/paulosuzart/starred_ml/releases/download/0.0.7/starred_ml-0.0.7.tbz" 47 + checksum: [ 48 + "sha256=328826875736c07f39d2249739e660a1aae1c917b4a662aaa78bb2d6404db959" 49 + "sha512=342a47569729b6a7a475ce95d8e7067ce8cd85029baaf82b9db854c0ebed48db6bfbff9f2b393d9f389b42547bfcbd7389f23aed9dfd9244ee5cba85f93b42b3" 50 + ] 51 + } 52 + x-commit-hash: "54bcf912242c95009669d7e252bd91af383fc25d"