summaryrefslogtreecommitdiff
path: root/sandy.opam
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
committerFederico Igne <undyamon@disroot.org>2024-01-23 18:26:50 +0100
commit6386474ac8a4b113d5c9b4aa2b03104b7f219371 (patch)
tree72af4c12f321547b4127b7a8a84e3282477f3547 /sandy.opam
parent5c3864986f844a31e0b6dbeec48543dc6376cff6 (diff)
downloadsandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.tar.gz
sandy-6386474ac8a4b113d5c9b4aa2b03104b7f219371.zip
refarctor: rename project to 'sandy'
Diffstat (limited to 'sandy.opam')
-rw-r--r--sandy.opam28
1 files changed, 28 insertions, 0 deletions
diff --git a/sandy.opam b/sandy.opam
new file mode 100644
index 0000000..c317b92
--- /dev/null
+++ b/sandy.opam
@@ -0,0 +1,28 @@
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A simple editor inspired by 'kilo'."
4authors: ["Federico Igne"]
5homepage: "https://github.com/username/reponame"
6bug-reports: "https://github.com/username/reponame/issues"
7depends: [
8 "ocaml"
9 "dune" {>= "3.7"}
10 "base"
11 "stdio"
12 "odoc" {with-doc}
13]
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28dev-repo: "git+https://github.com/username/reponame.git"