45 lines
No EOL
1.1 KiB
Text
45 lines
No EOL
1.1 KiB
Text
version: "3.20.2"
|
|
# This file is generated by dune, edit dune-project instead
|
|
opam-version: "2.0"
|
|
synopsis: "Private libraries of Dune"
|
|
description: """
|
|
!!!!!!!!!!!!!!!!!!!!!!
|
|
!!!!! DO NOT USE !!!!!
|
|
!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
This package contains code that is shared between various dune-xxx
|
|
packages. However, it is not meant for public consumption and provides
|
|
no stability guarantee.
|
|
"""
|
|
maintainer: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
|
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
|
license: "MIT"
|
|
homepage: "https://github.com/ocaml/dune"
|
|
doc: "https://dune.readthedocs.io/"
|
|
bug-reports: "https://github.com/ocaml/dune/issues"
|
|
depends: [
|
|
"dune" {>= "3.20"}
|
|
"csexp" {>= "1.5.0"}
|
|
"pp" {>= "1.1.0"}
|
|
"dyn" {= version}
|
|
"stdune" {= version}
|
|
"ocaml" {>= "4.08"}
|
|
"odoc" {with-doc}
|
|
]
|
|
dev-repo: "git+https://github.com/ocaml/dune.git"
|
|
x-maintenance-intent: ["(latest)"]
|
|
build: [
|
|
["dune" "subst"] {dev}
|
|
["rm" "-rf" "vendor/csexp"]
|
|
["rm" "-rf" "vendor/pp"]
|
|
[
|
|
"dune"
|
|
"build"
|
|
"-p"
|
|
name
|
|
"-j"
|
|
jobs
|
|
"@install"
|
|
"@doc" {with-doc}
|
|
]
|
|
] |