aboutsummaryrefslogtreecommitdiff
path: root/css_merge.opam
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-02-02 14:01:39 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-02-02 21:26:33 +0100
commitb09a05d9e38e0734f66377716b00268b50da7de8 (patch)
tree75c5161f755e15349998af4adfe39bce46406c58 /css_merge.opam
Initial commit
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}
+ ]
+]