this repo has no description
0
fork

Configure Feed

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

Merge pull request #25635 from paulosuzart/release-starred_ml-0.0.3

[new release] starred_ml (0.0.3)

authored by

Marcello Seri and committed by
GitHub
459a5342 8ad29f43

+50
+50
packages/starred_ml/starred_ml.0.0.3/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Generates a awesome list makdown" 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 + "re2" {>= "v0.16.0"} 11 + "alcotest" {>= "1.7.0" & with-test} 12 + "yojson" {>= "2.1.2"} 13 + "tls-eio" {>= "0.17.3"} 14 + "ppx_deriving_yojson" {>= "3.7.0"} 15 + "ppx_deriving" {>= "5.2.1"} 16 + "mirage-crypto-rng-eio" {>= "0.11.3"} 17 + "logs" {>= "0.7.0"} 18 + "jingoo" {>= "1.5.0"} 19 + "fmt" {>= "0.9.0"} 20 + "eio_main" {>= "1.0"} 21 + "eio" {>= "1.0"} 22 + "cohttp-eio" {>= "6.0.0~beta2"} 23 + "ocaml" 24 + "dune" {>= "3.14"} 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 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/paulosuzart/starred_ml.git" 42 + url { 43 + src: 44 + "https://github.com/paulosuzart/starred_ml/releases/download/0.0.3/starred_ml-0.0.3.tbz" 45 + checksum: [ 46 + "sha256=9aa031882893b4c3d83c83d9b964f034c37086372216f43a0edcff91701ac204" 47 + "sha512=a117041724dfc47ad8d297593ea6a1219a6bd8a191e52c1749f4c3f7fcacb4d12d781fcee460c5aa182ea6283640d476c1dc225628550edc4386e859b86e6d31" 48 + ] 49 + } 50 + x-commit-hash: "97ed651c027d4ba140d232f2134e6b880df22bea"