File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
packages/starred_ml/starred_ml.0.0.9 Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "Generates an Awesome-style markdown list from GitHub stars"
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.9.1" & 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" {>= "1.2.0"}
18+ "logs" {>= "0.7.0"}
19+ "jingoo" {>= "1.5.2"}
20+ "fmt" {>= "0.9.0"}
21+ "eio_main" {>= "1.3"}
22+ "eio" {>= "1.3"}
23+ "cohttp-eio" {>= "6.2.1"}
24+ "ocaml" {>= "5.2.0"}
25+ "dune" {>= "3.21"}
26+ "odoc" {with-doc}
27+ ]
28+ build: [
29+ ["dune" "subst"] {dev}
30+ [
31+ "dune"
32+ "build"
33+ "-p"
34+ name
35+ "-j"
36+ jobs
37+ "@install"
38+ "@runtest" {with-test}
39+ "@doc" {with-doc}
40+ ]
41+ ]
42+ dev-repo: "git+https://github.com/paulosuzart/starred_ml.git"
43+ x-maintenance-intent: ["(latest)"]
44+ url {
45+ src:
46+ "https://github.com/paulosuzart/starred_ml/releases/download/0.0.9/starred_ml-0.0.9.tbz"
47+ checksum: [
48+ "sha256=4c8349ee2a6b3a83d0cfa632127a0aa7c986a6ade8c310684bb78057c460d5de"
49+ "sha512=4cf3a0bf10d7467b003063f3336d4be961dcb989145718449301203b944f1fca455d1f816b5a45b5f19aa1ec11266623af3f29dec37b1e522200d412a934d2cc"
50+ ]
51+ }
52+ x-commit-hash: "d2d43ed4688dd20806f20472893edea09c52a2a6"
You can’t perform that action at this time.
0 commit comments