this repo has no description
1opam-version: "2.0"
2maintainer: "Thierry Martinez <martinez@nsup.org>"
3authors: "Thierry Martinez <martinez@nsup.org>"
4homepage: "https://github.com/thierry-martinez/stdcompat"
5bug-reports: "https://github.com/thierry-martinez/stdcompat/issues"
6license: "BSD-3-Clause"
7dev-repo: "git+https://github.com/thierry-martinez/stdcompat.git"
8build: [
9 ["./configure" "--prefix=%{prefix}%"]
10 [make]
11]
12install: [make "install"]
13remove: [make "uninstall"]
14depopts: [ "result" "seq" "uchar" ]
15synopsis: "Compatibility module for OCaml standard library"
16description: "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."
17depends: [
18 "ocaml" {>= "3.07" & < "4.09.0"}
19]
20url {
21 src:
22 "https://github.com/thierry-martinez/stdcompat/releases/download/7/stdcompat-7.tar.gz"
23 checksum: [
24 "sha256=20424bd6cbbe9bfa932f0012a4b14b748bc810a4df89bd4a18b83668aea0d206"
25 "md5=a02044dc7926837a828f1fd37feea226"
26 ]
27}