[OCaml] Mobile-friendly clone of cgit.
Update dune-project stanzas.
Changed files
dune-project
@@ -4,9 +4,6 @@
4
4
5
5
(generate_opam_files true)
6
6
7
Removed:
(source
8
Removed:
(github username/reponame))
9
Removed:
10
7
(authors "Marius Peter")
11
8
12
9
(maintainers "Marius Peter")
@@ -17,7 +14,7 @@
17
14
18
15
(package
19
16
(name ogit)
20
Removed:
(synopsis "Replacement for cgit")
17
Added:
(synopsis "Mobile-friendly replacement for cgit")
21
18
(description "A longer description")
22
19
(depends
23
20
ocaml
@@ -25,6 +22,6 @@
25
22
dream
26
23
git)
27
24
(tags
28
Removed:
(topics "to describe" your project)))
25
Added:
(git "web interface")))
29
26
30
27
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
ogit.opam
@@ -1,14 +1,12 @@
1
1
# This file is generated by dune, edit dune-project instead
2
2
opam-version: "2.0"
3
Removed:
synopsis: "Replacement for cgit"
3
Added:
synopsis: "Mobile-friendly replacement for cgit"
4
4
description: "A longer description"
5
5
maintainer: ["Marius Peter"]
6
6
authors: ["Marius Peter"]
7
7
license: "LICENSE"
8
Removed:
tags: ["topics" "to describe" "your" "project"]
9
Removed:
homepage: "https://github.com/username/reponame"
8
Added:
tags: ["git" "web interface"]
10
9
doc: "https://url/to/documentation"
11
Removed:
bug-reports: "https://github.com/username/reponame/issues"
12
10
depends: [
13
11
"ocaml"
14
12
"dune" {>= "3.16"}
@@ -30,4 +28,3 @@
30
28
"@doc" {with-doc}
31
29
]
32
30
]
33
Removed:
dev-repo: "git+https://github.com/username/reponame.git"