aboutsummaryrefslogtreecommitdiff
path: root/css_lib.opam
diff options
context:
space:
mode:
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}
+ ]
+]