File: js_of_ocaml-ocamlbuild.opam.template

package info (click to toggle)
js-of-ocaml-ocamlbuild 0.0.0%2Bgit20220118%2B852302c8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 204 kB
  • sloc: ml: 71; makefile: 23
file content (15 lines) | stat: -rw-r--r-- 237 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "--promote-install-files=false"
    "@install"
    "@doc" {with-doc}
  ]
  ["dune" "install" "-p" name "--create-install-files" name]
]