aboutsummaryrefslogtreecommitdiff
path: root/css_merge.opam
blob: 47dcee6d2c7f293ef21a151a773fa1cbb8397a47 (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
27
28
# 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"
homepage: "https://git.chimrod.com/css_lib.git/about/"
depends: [
  "dune" {>= "2.1"}
  "ocaml" {>= "4.10.0"}
  "css-parser" {>= "0.2.4"}
  "css_lib" {>= "1.0"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]