./devel/ocaml-intrinsics, Library of intrinsics for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.2, Package name: ocaml-intrinsics-0.15.2, Maintainer: jaapb

This library provides functions to invoke amd64 instructions
(such as clz, popcnt, rdtsc, rdpmc) when available, or compatible
software implementation on other targets.


Master sites:

Filesize: 24.392 KB

Version history: (Expand)


CVS history: (Expand)


   2022-05-24 20:59:36 by Jaap Boender | Files touched by this commit (145)
Log message:
Replaced mk/ocaml.mk with lang/ocaml/ocaml.mk in ocaml packages
   2022-05-05 11:02:06 by Jaap Boender | Files touched by this commit (5)
Log message:
Created package devel/ocaml-intrinsics, version 0.15.2.

This provides some amd64 intrinsics (or software equivalents on other
architectures) to OCaml. Needed as a dependency for the new
devel/ocaml-core_unix package.