aboutsummaryrefslogtreecommitdiff
path: root/css_lib.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_lib.opam
Initial commit
Diffstat (limited to 'css_lib.opam')
-rwxr-xr-xcss_lib.opam25
1 files changed, 25 insertions, 0 deletions
diff --git a/css_lib.opam b/css_lib.opam
new file mode 100755
index 0000000..1d5fd0e
--- /dev/null
+++ b/css_lib.opam
@@ -0,0 +1,25 @@
+# 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"}
+]
+build: [
+ ["dune" "subst"] {pinned}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]