-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstarred_ml.opam
44 lines (44 loc) · 1.06 KB
/
starred_ml.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# This file is generated by dune, edit dune-project instead
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"