aboutsummaryrefslogtreecommitdiff
path: root/css.opam
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-04-09 10:57:49 +0200
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:01:12 +0100
commitb941c8c059012d6497553f564fe3cb5cd7b6f75c (patch)
tree44f2494a1d2ad280487ab338dfd54a0a52e213cf /css.opam
parent298ddbaaf440e7bfa3cec27956c482ea44bea173 (diff)
Update build
Diffstat (limited to 'css.opam')
-rwxr-xr-xcss.opam26
1 files changed, 26 insertions, 0 deletions
diff --git a/css.opam b/css.opam
new file mode 100755
index 0000000..2367cac
--- /dev/null
+++ b/css.opam
@@ -0,0 +1,26 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+synopsis: "CSS Merger"
+maintainer: ["Sébastien Dailly"]
+authors: ["Sébastien Dailly"]
+depends: [
+ "dune" {>= "2.7"}
+ "ocaml" {>= "4.10.0"}
+ "brr" {>= "0.0.1"}
+ "css-parser" {>= "0.2.4"}
+ "odoc" {with-doc}
+]
+build: [
+ ["dune" "subst"] {dev}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]