File: stdcompat.opam

package info (click to toggle)
ocaml-stdcompat 14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,152 kB
  • sloc: ml: 22,329; makefile: 211; sh: 120
file content (21 lines) | stat: -rw-r--r-- 875 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "2.0"
synopsis: "Compatibility module for OCaml standard library"
description:
  "Compatibility module for OCaml standard library allowing programs to use some recent additions to the OCaml standard library while preserving the ability to be compiled on former versions of OCaml."
maintainer: "Thierry Martinez <martinez@nsup.org>"
authors: "Thierry Martinez <martinez@nsup.org>"
license: "BSD-2-Clause"
homepage: "https://github.com/thierry-martinez/stdcompat"
bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
depends: [
  "ocaml" {>= "3.07" & < "4.12.0"}
]
depopts: [ "result" "seq" "uchar" "ocamlfind" ]
build: [
  [make "-f" "Makefile.bootstrap" "-j" jobs]
  ["./configure" "--prefix=%{prefix}%"]
  [make "all" "test" {with-test}]
]
install: [make "install"]
dev-repo: "git+https://github.com/thierry-martinez/stdcompat.git"
version: "14"