summary refs log tree commit diff stats
path: root/AoC2018.opam
diff options
context:
space:
mode:
Diffstat (limited to 'AoC2018.opam')
-rw-r--r--AoC2018.opam28
1 files changed, 28 insertions, 0 deletions
diff --git a/AoC2018.opam b/AoC2018.opam
index e69de29..2660b40 100644
--- a/AoC2018.opam
+++ b/AoC2018.opam
@@ -0,0 +1,28 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+synopsis: "Solutions for Advent of Code 2018"
+authors: ["Brian Chu"]
+license: "GPL-3+"
+depends: [
+  "ocaml"
+  "dune" {>= "3.4"}
+  "stdio"
+  "core"
+  "odoc" {with-doc}
+]
+build: [
+  ["dune" "subst"] {dev}
+  [
+    "dune"
+    "build"
+    "-p"
+    name
+    "-j"
+    jobs
+    "@install"
+    "@runtest" {with-test}
+    "@doc" {with-doc}
+  ]
+]
+dev-repo:
+  "https://git.tilde.institute/brinoleum/AdventOfCode/AdventOfCode2018.git"