summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dune-project7
-rw-r--r--ogit.opam7
2 files changed, 4 insertions, 10 deletions
diff --git a/dune-project b/dune-project
index c17bde7..e292713 100644
--- a/dune-project
+++ b/dune-project
@@ -4,9 +4,6 @@
(generate_opam_files true)
-(source
- (github username/reponame))
-
(authors "Marius Peter")
(maintainers "Marius Peter")
@@ -17,7 +14,7 @@
(package
(name ogit)
- (synopsis "Replacement for cgit")
+ (synopsis "Mobile-friendly replacement for cgit")
(description "A longer description")
(depends
ocaml
@@ -25,6 +22,6 @@
dream
git)
(tags
- (topics "to describe" your project)))
+ (git "web interface")))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
diff --git a/ogit.opam b/ogit.opam
index 9588bbf..c011985 100644
--- a/ogit.opam
+++ b/ogit.opam
@@ -1,14 +1,12 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-synopsis: "Replacement for cgit"
+synopsis: "Mobile-friendly replacement for cgit"
description: "A longer description"
maintainer: ["Marius Peter"]
authors: ["Marius Peter"]
license: "LICENSE"
-tags: ["topics" "to describe" "your" "project"]
-homepage: "https://github.com/username/reponame"
+tags: ["git" "web interface"]
doc: "https://url/to/documentation"
-bug-reports: "https://github.com/username/reponame/issues"
depends: [
"ocaml"
"dune" {>= "3.16"}
@@ -30,4 +28,3 @@ build: [
"@doc" {with-doc}
]
]
-dev-repo: "git+https://github.com/username/reponame.git"
Copyright 2019--2025 Marius PETER