aboutsummaryrefslogtreecommitdiff
path: root/css_lib.opam
blob: 9cd227cd5abf69a1b82fa9ca19428e4b2e7825de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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"]
license: "MIT"
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}
  ]
]