| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Run dune build twice to ensure reproducible results
- Update to version 1.7.9 * Add support for OCaml 5.0 * Exclude unzip and base64 from build - remove obsolete ocaml-extlib.patch
- Require current ocaml-rpm-macros
- Update to version 1.7.8 * sync with OCaml 4.12 * ExtList.find_map type updated to match stdlib * minimal (recommended) build of extlib now excludes Base64 module * String: fold_left and fold_right without allocations - use ocaml-extlib.patch to build with dune
- Require current dune macros - Use _service file
- Update to upstream release 1.7.6 * Restore compilation on 32-bit (remove patch fix32bit.patch). * Sync with OCaml 4.07. * Install with Makefile. * IO: read_i32_as_int. * Fix Dllist.skip with negative argument. * Fix IO.read_bits 31. - Use SPDX OCaml-LGPL-linking-exception.
- Update to upstream release 1.7.4 * String: faster slice * various fixes for i31 * base64: add encode_string decode_string * OCaml 4.06 compatibility - Add fix32bit.patch from upstream to fix building on 32-bit arch - Use upstream Makefile to build - Fix BuildRequires: cppo_ocamlbuild - Fix License: to include exception - Use GitHub archive as Source0:
- Use Group: Development/Languages/OCaml
- Wrap specfile conditionals to fix quilt setup
- Remove autodeps for pre openSUSE 12.1 releases
- Replace tabs with spaces in generated _oasis file
- Update to version 1.7.2 - Build with oasis - Remove ocaml-extlib-makefile.patch
- Update to version 1.7.0 (fate#320836) added ocaml-extlib-makefile.patch removed extlib-install.patch
- Add hardcoded Provides for pre 12.1 repos
- build native code unconditionaly
- let there be ocaml-extlib!