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 "dune" 12 "ocaml" {>= "4.02.3"} 13] 14build: [ "dune" "build" "-p" name "-j" jobs ] 15synopsis: "Backport some of the new stdlib features to older compiler" 16description: """ 17Backport some of the new stdlib features to older compiler, 18such as the Stdlib module. 19 20This allows projects that require compatibility with older compiler to 21use these new features in their code. 22""" 23x-commit-hash: "fb6815e5d745f07fd567c11671149de6ef2e74c8" 24url { 25 src: 26 "https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz" 27 checksum: [ 28 "sha256=babf72d3917b86f707885f0c5528e36c63fccb698f4b46cf2bab5c7ccdd6d84a" 29 "sha512=1151d7edc8923516e9a36995a3f8938d323aaade759ad349ed15d6d8501db61ffbe63277e97c4d86149cf371306ac23df0f581ec7e02611f58335126e1870980" 30 ] 31}