Combinators for binding to C libraries without writing any C
Description
Ctypes is a library for binding to C libraries using pure OCaml. The primary
aim is to make writing C extensions as straightforward as possible.
The core of ctypes is a set of combinators for describing the structure of C
types — numeric types, arrays, pointers, structs, unions and functions. You
can use these combinators to describe the types of the functions that you want
to call, then bind directly to those functions — all without writing or
generating any C!
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Thu Jul 09 2026 Jerry James <loganjerry@gmail.com> - 0.24.0-7
- OCaml 5.5.0 rebuild
- Use the dune declarative buildsystem
- Update __ocaml_requires_opts for OCaml 5.5.0
* Tue May 19 2026 Jerry James <loganjerry@gmail.com> - 0.24.0-6
- Rebuild for ocaml-integers 0.8.0
* Fri Feb 27 2026 Richard W.M. Jones <rjones@redhat.com> - 0.24.0-5
- Rebuild for OCaml 5.4.1 with aarch64 frame pointers fix
* Fri Feb 20 2026 Richard W.M. Jones <rjones@redhat.com> - 0.24.0-4
- OCaml 5.4.1 rebuild
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Tue Jan 13 2026 Jerry James <loganjerry@gmail.com> - 0.24.0-2
- Reflow the description text
* Tue Oct 14 2025 Richard W.M. Jones <rjones@redhat.com> - 0.23.0-7
- OCaml 5.4.0 rebuild
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Sat Jul 12 2025 Jerry James <loganjerry@gmail.com> - 0.23.0-5
- Rebuild to fix OCaml dependencies
* Sat Jan 18 2025 Jerry James <loganjerry@gmail.com> - 0.23.0-4
- Add patch for C23 compatibility
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jan 09 2025 Jerry James <loganjerry@gmail.com> - 0.23.0-3
- OCaml 5.3.0 rebuild
- Add patch to fix FTBFS in a test
- Add patch to remove dependency on bigarray-compat
- Update __ocaml_requires_opts for OCaml 5.3.0
* Tue Oct 08 2024 Richard W.M. Jones <rjones@redhat.com> - 0.23.0-2
- Rebuild for ocaml-lwt 5.8.0
* Mon Aug 12 2024 Jerry James <loganjerry@gmail.com> - 0.23.0-1
- Version 0.23.0
- Add patch to remove dependency on stdlib-shims
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild