aboutsummaryrefslogtreecommitdiff
path: root/css_merge.opam
diff options
context:
space:
mode:
Diffstat (limited to 'css_merge.opam')
-rwxr-xr-xcss_merge.opam27
1 files changed, 27 insertions, 0 deletions
diff --git a/css_merge.opam b/css_merge.opam
new file mode 100755
index 0000000..698eb2f
--- /dev/null
+++ b/css_merge.opam
@@ -0,0 +1,27 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+version: "1.0"
+synopsis: "Css merger"
+maintainer: ["Sébastien Dailly"]
+authors: ["Sébastien Dailly"]
+depends: [
+ "dune" {>= "2.1"}
+ "ocaml" {>= "4.10.0"}
+ "css-parser" {>= "0.2.4"}
+ "ppx_deriving_argparse" {>= "0.0.5"}
+ "css_lib" {>= "1.0"}
+]
+build: [
+ ["dune" "subst"] {pinned}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]