File tree 2 files changed +79
-0
lines changed
get-activity/get-activity.1.0.0
get-activity-lib/get-activity-lib.1.0.0
2 files changed +79
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Collect activity as markdown"
3
+ maintainer: ["Guillaume Petiot <
[email protected] >"]
4
+
5
+ homepage: "https://github.com/tarides/get-activity"
6
+ bug-reports: "https://github.com/tarides/get-activity/issues"
7
+ depends: [
8
+ "dune" {>= "2.8"}
9
+ "alcotest" {with-test}
10
+ "ppx_expect" {with-test}
11
+ "astring"
12
+ "curly"
13
+ "fmt" {>= "0.8.7"}
14
+ "ppx_yojson_conv"
15
+ "yojson" {>= "1.6"}
16
+ "ocaml" {>= "4.08"}
17
+ "odoc" {with-doc}
18
+ ]
19
+ build: [
20
+ ["dune" "subst"] {dev}
21
+ [
22
+ "dune"
23
+ "build"
24
+ "-p"
25
+ name
26
+ "-j"
27
+ jobs
28
+ "@install"
29
+ "@runtest" {with-test}
30
+ "@doc" {with-doc}
31
+ ]
32
+ ]
33
+ dev-repo: "git+https://github.com/tarides/get-activity.git"
34
+ url {
35
+ src:
36
+ "https://github.com/tarides/get-activity/releases/download/1.0.0/get-activity-1.0.0.tbz"
37
+ checksum: [
38
+ "sha256=b072e48bcef89c131108d3bc062c34575497ea8217a4c9f43ec6e89afec8217c"
39
+ "sha512=d29bd4435893f791af9dd172a05b6770225926c57a6ab1f0d72108e26b1774bf07c70aada420df7b2c8f3faf70b340da766b606878d5faf87f7d7760925d787f"
40
+ ]
41
+ }
42
+ x-commit-hash: "c79ce7802fd17125e06e81acf36c8b6789641c87"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Collect activity as markdown"
3
+ maintainer: ["Guillaume Petiot <
[email protected] >"]
4
+
5
+ homepage: "https://github.com/tarides/get-activity"
6
+ bug-reports: "https://github.com/tarides/get-activity/issues"
7
+ depends: [
8
+ "dune" {>= "2.8"}
9
+ "cmdliner" {>= "1.1.1"}
10
+ "dune-build-info"
11
+ "get-activity-lib" {= version}
12
+ "odoc" {with-doc}
13
+ ]
14
+ build: [
15
+ ["dune" "subst"] {dev}
16
+ [
17
+ "dune"
18
+ "build"
19
+ "-p"
20
+ name
21
+ "-j"
22
+ jobs
23
+ "@install"
24
+ "@runtest" {with-test}
25
+ "@doc" {with-doc}
26
+ ]
27
+ ]
28
+ dev-repo: "git+https://github.com/tarides/get-activity.git"
29
+ url {
30
+ src:
31
+ "https://github.com/tarides/get-activity/releases/download/1.0.0/get-activity-1.0.0.tbz"
32
+ checksum: [
33
+ "sha256=b072e48bcef89c131108d3bc062c34575497ea8217a4c9f43ec6e89afec8217c"
34
+ "sha512=d29bd4435893f791af9dd172a05b6770225926c57a6ab1f0d72108e26b1774bf07c70aada420df7b2c8f3faf70b340da766b606878d5faf87f7d7760925d787f"
35
+ ]
36
+ }
37
+ x-commit-hash: "c79ce7802fd17125e06e81acf36c8b6789641c87"
You can’t perform that action at this time.
0 commit comments