about summary refs log tree commit diff
path: root/toytt.opam
diff options
context:
space:
mode:
authorMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
committerMalte Voos <git@mal.tc>2024-02-11 18:21:52 +0100
commit2bc6cae2458ba5f9573985791536618a00cbed8a (patch)
tree79fe6de0db9a262705a8dd3898ed739717829e5c /toytt.opam
downloadtoytt-2bc6cae2458ba5f9573985791536618a00cbed8a.tar.gz
toytt-2bc6cae2458ba5f9573985791536618a00cbed8a.zip
init
Diffstat (limited to 'toytt.opam')
-rw-r--r--toytt.opam32
1 files changed, 32 insertions, 0 deletions
diff --git a/toytt.opam b/toytt.opam
new file mode 100644
index 0000000..c126fcb
--- /dev/null
+++ b/toytt.opam
@@ -0,0 +1,32 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+synopsis: "A short synopsis"
+description: "A longer description"
+maintainer: ["Maintainer Name"]
+authors: ["Author Name"]
+license: "GPL-2.0-only"
+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.7"}
+  "asai"
+  "odoc" {with-doc}
+]
+build: [
+  ["dune" "subst"] {dev}
+  [
+    "dune"
+    "build"
+    "-p"
+    name
+    "-j"
+    jobs
+    "@install"
+    "@runtest" {with-test}
+    "@doc" {with-doc}
+  ]
+]
+dev-repo: "git+https://github.com/username/reponame.git"