changeset 61:fa1cb983ecee

Remove obsolete files in bin/
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 22 Dec 2023 21:38:50 +0100
parents bfee0c4830d2
children 8cc44b7f597e
files 2023/aoc23.opam 2023/dune-project
diffstat 2 files changed, 5 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/2023/aoc23.opam	Fri Dec 22 21:35:47 2023 +0100
+++ b/2023/aoc23.opam	Fri Dec 22 21:38:50 2023 +0100
@@ -2,13 +2,11 @@
 opam-version: "2.0"
 synopsis: "A short synopsis"
 description: "A longer description"
-maintainer: ["Maintainer Name"]
-authors: ["Author Name"]
+maintainer: ["Lewin Bormann"]
+authors: ["Lewin Bormann"]
 license: "LICENSE"
 tags: ["topics" "to describe" "your" "project"]
-homepage: "https://github.com/username/reponame"
 doc: "https://url/to/documentation"
-bug-reports: "https://github.com/username/reponame/issues"
 depends: [
   "ocaml"
   "dune" {>= "3.10"}
@@ -32,4 +30,3 @@
     "@doc" {with-doc}
   ]
 ]
-dev-repo: "git+https://github.com/username/reponame.git"
--- a/2023/dune-project	Fri Dec 22 21:35:47 2023 +0100
+++ b/2023/dune-project	Fri Dec 22 21:38:50 2023 +0100
@@ -4,12 +4,9 @@
 
 (generate_opam_files true)
 
-(source
- (github username/reponame))
+(authors "Lewin Bormann")
 
-(authors "Author Name")
-
-(maintainers "Maintainer Name")
+(maintainers "Lewin Bormann")
 
 (license LICENSE)
 
@@ -20,6 +17,7 @@
  (synopsis "A short synopsis")
  (description "A longer description")
  (depends ocaml dune angstrom base core stdio)
+ (allow_empty)
  (tags
   (topics "to describe" your project)))