this repo has no description

Merge pull request #25632 from paulosuzart/release-starred_ml-0.0.2

[new release] starred_ml (0.0.2)

Changed files
+50
packages
starred_ml
starred_ml.0.0.2
+50
packages/starred_ml/starred_ml.0.0.2/opam
···
+
opam-version: "2.0"
+
synopsis: "Generates a awesome list makdown"
+
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: [
+
"re2" {>= "v0.16.0"}
+
"alcotest" {>= "1.7.0" & with-test}
+
"yojson" {>= "2.1.2"}
+
"tls-eio" {>= "0.17.3"}
+
"ppx_deriving_yojson" {>= "3.7.0"}
+
"ppx_deriving" {>= "5.2.1"}
+
"mirage-crypto-rng-eio" {>= "0.11.3"}
+
"logs" {>= "0.7.0"}
+
"jingoo" {>= "1.5.0"}
+
"fmt" {>= "0.9.0"}
+
"eio_main" {>= "1.0"}
+
"eio" {>= "1.0"}
+
"cohttp-eio" {>= "6.0.0~beta2"}
+
"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.2/starred_ml-0.0.2.tbz"
+
checksum: [
+
"sha256=f99c2c0d265b26cf5286da74a3dabc7f716c71cc1a504780dcbb6934cc01fe87"
+
"sha512=2470c3de7d9326be3aaaf3955bd69616a74607d20ec3df99dc69e8054e2f0f003d9138f2c7e22febe2d821ddc9a73a9e5713bd36a0fab490c94ae8a843905524"
+
]
+
}
+
x-commit-hash: "0dd67c1bc3fd70282c7f44955a27c0623e15f1f2"