this repo has no description
1opam-version: "2.0" 2maintainer: "The stdlib-shims programmers" 3authors: "The stdlib-shims programmers" 4homepage: "https://github.com/ocaml/stdlib-shims" 5doc: "https://ocaml.github.io/stdlib-shims/" 6dev-repo: "git+https://github.com/ocaml/stdlib-shims.git" 7bug-reports: "https://github.com/ocaml/stdlib-shims/issues" 8tags: ["stdlib" "compatibility" "org:ocaml"] 9license: ["LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 10depends: [ 11 "ocaml" {>= "4.02.3"} 12 "dune" 13 ("dune" {>= "2.8.0"} | "ocaml" {< "4.12.0~~"}) 14] 15build: [ "dune" "build" "-p" name "-j" jobs ] 16synopsis: "Backport some of the new stdlib features to older compiler" 17description: """ 18Backport some of the new stdlib features to older compiler, 19such as the Stdlib module. 20 21This allows projects that require compatibility with older compiler to 22use these new features in their code. 23""" 24url { 25 src: 26 "https://github.com/ocaml/stdlib-shims/releases/download/0.1.0/stdlib-shims-0.1.0.tbz" 27 checksum: [ 28 "sha256=5373c987e9f82a4434fffa3eb7d795159138f8ffe76b786a1ac21877c8f266cb" 29 "md5=12b5704eed70c6bff5ac39a16db1425d" 30 ] 31}