You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
42 lines
1.1 KiB
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" {>= "2.3"} |
|
"ocaml" {>= "4.07"} |
|
] |
|
dev-repo: "git+https://github.com/ocaml/dune.git" |
|
build: [ |
|
["dune" "subst"] {pinned} |
|
[ |
|
"dune" |
|
"build" |
|
"-p" |
|
name |
|
"-j" |
|
jobs |
|
"@install" |
|
"@doc" {with-doc} |
|
] |
|
] |
|
url { |
|
src: "https://github.com/ocaml/dune/releases/download/2.3.1/dune-2.3.1.tbz" |
|
checksum: [ |
|
"sha256=b2b3dd9cdfd34ef8c4583ea8c52c3503c2395bf94c264af19d6450547e12f5cb" |
|
"sha512=023fe4ddf743b8de24de0d7d2e6d5d0f85e459c5044aa4ba3de02cf63113d54d79004cc8ea8f7a958b324e9cbeef0845ec6a0f65454bc6a2e635e8944d28a0f9" |
|
] |
|
}
|
|
|