summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Lawrence <scott+git@ineffectivetheory.com>2024-06-22 22:05:58 -0700
committerScott Lawrence <scott+git@ineffectivetheory.com>2024-06-22 22:05:58 -0700
commit5c245e98d57be64bc329ba7b813a03260e6281c6 (patch)
tree1d6d703c5f66ca2d2d716c45fedef8341636c3dd
parent3e64cafdc5800d23ccd20e8bf493fa2a371d6a6a (diff)
downloadagate-5c245e98d57be64bc329ba7b813a03260e6281c6.tar.gz
agate-5c245e98d57be64bc329ba7b813a03260e6281c6.tar.bz2
agate-5c245e98d57be64bc329ba7b813a03260e6281c6.zip
Editing description
-rw-r--r--agate.opam4
-rw-r--r--dune-project4
2 files changed, 4 insertions, 4 deletions
diff --git a/agate.opam b/agate.opam
index 1d16ad3..fcd4bfe 100644
--- a/agate.opam
+++ b/agate.opam
@@ -1,7 +1,7 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-synopsis: "A short synopsis"
-description: "A longer description"
+synopsis: "A strongly typed concatenative language"
+description: "A strongly typed concatenative language"
maintainer: ["Scott Lawrence"]
authors: ["Scott Lawrence"]
license: "LICENSE"
diff --git a/dune-project b/dune-project
index 03deec3..41ac7cf 100644
--- a/dune-project
+++ b/dune-project
@@ -17,8 +17,8 @@
(package
(name agate)
- (synopsis "A short synopsis")
- (description "A longer description")
+ (synopsis "A strongly typed concatenative language")
+ (description "A strongly typed concatenative language")
(depends ocaml dune)
(tags
(topics "to describe" your project)))