this repo has no description

Merge pull request #27218 from paulosuzart/release-starred_ml-0.0.6

[new release] starred_ml (0.0.6)

Shon Feder 5b9bccef 5e03a85f

Changed files
+52
packages
starred_ml
starred_ml.0.0.6
+52
packages/starred_ml/starred_ml.0.0.6/opam
···
···
+
opam-version: "2.0"
+
synopsis: "Generates a awesome list markdown"
+
description: "Turn your starred items into a awesomeness list of repos"
+
maintainer: ["Paulo Suzart"]
+
authors: ["Paulo Suzart"]
+
license: "CC0-1.0"
+
homepage: "https://github.com/paulosuzart/starred_ml"
+
bug-reports: "https://github.com/paulosuzart/starred_ml/issues"
+
depends: [
+
"cmdliner" {>= "1.2.0"}
+
"re2" {>= "v0.16.0"}
+
"alcotest" {>= "1.7.0" & with-test}
+
"yojson" {>= "2.1.2"}
+
"tls-eio" {>= "1.0.4"}
+
"ppx_deriving_yojson" {>= "3.7.0"}
+
"ppx_deriving" {>= "5.2.1"}
+
"mirage-crypto-rng-eio" {>= "1.1.0"}
+
"logs" {>= "0.7.0"}
+
"jingoo" {>= "1.5.0"}
+
"fmt" {>= "0.9.0"}
+
"eio_main" {>= "1.2"}
+
"eio" {>= "1.2"}
+
"cohttp-eio" {>= "6.0.0"}
+
"slug" {>= "1.0.1"}
+
"ocaml"
+
"dune" {>= "3.14"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/paulosuzart/starred_ml.git"
+
url {
+
src:
+
"https://github.com/paulosuzart/starred_ml/releases/download/0.0.6/starred_ml-0.0.6.tbz"
+
checksum: [
+
"sha256=94c4d0a6c22a3a434bc8ee0508dbf2de40808af764d809aa7f797b1bf00012bc"
+
"sha512=359b9e8dc329a9395cc0c1080655ca78924de7cae1f1eff25724ca069611dab2931e8f8f6bbdd8e577588417c0e418584dfa2c537afea860b2801c99c8aba1dd"
+
]
+
}
+
x-commit-hash: "d91313f82dd5e27b3e177c6cdb5f50948da163e9"