This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
opam-version: "2.0"
|
||||
version: "v0.17.0"
|
||||
maintainer: "opensource@janestreet.com"
|
||||
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
|
||||
homepage: "https://github.com/janestreet/ocaml-compiler-libs"
|
||||
bug-reports: "https://github.com/janestreet/ocaml-compiler-libs/issues"
|
||||
dev-repo: "git+https://github.com/janestreet/ocaml-compiler-libs.git"
|
||||
license: "MIT"
|
||||
build: [
|
||||
["dune" "build" "-p" name "-j" jobs]
|
||||
]
|
||||
depends: [
|
||||
"ocaml" {>= "5.2.0"}
|
||||
"dune" {>= "1.5.1"}
|
||||
]
|
||||
synopsis: """OCaml compiler libraries repackaged"""
|
||||
description: """
|
||||
|
||||
This packages exposes the OCaml compiler libraries repackages under
|
||||
the toplevel names Ocaml_common, Ocaml_bytecomp, Ocaml_optcomp, ...
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue