upstream: https://github.com/mirage/mirage-crypto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

separate shadow stubs from regular sublibs

pqwy 2695a3a7 a6c445e9

+9 -5
+1
Makefile
··· 36 36 $(SETUP) -configure $(CONFIGUREFLAGS) 37 37 38 38 setup.ml: _oasis 39 + @mkdir -p xen 39 40 oasis setup 40 41 @if [ -e _tags.extra ]; then cat _tags.extra >> _tags; fi 41 42 @if [ -e _tags.local ]; then cat _tags.local >> _tags; fi
+8 -3
_oasis
··· 93 93 Modules: Nocrypto_entropy_lwt 94 94 BuildDepends: nocrypto, nocrypto.unix, lwt.unix, cstruct.lwt 95 95 96 + Library nocrypto_mirage 97 + Path: mirage/ 98 + Findlibparent: nocrypto 99 + Findlibname: mirage 100 + Build$: flag(xen) 101 + Modules: Nocrypto_entropy_mirage 102 + BuildDepends: nocrypto, lwt, mirage-entropy-xen 103 + 96 104 Library nocrypto_xen 97 105 Path: xen/ 98 106 Findlibparent: nocrypto 99 107 Findlibname: xen 100 108 Build$: flag(xen) 101 - Modules: Nocrypto_entropy_mirage 102 109 CSources: native/nocrypto.h, 103 110 native/misc.c, 104 111 native/hash/stubs.c, ··· 115 122 native/aes/aesni.c, 116 123 native/des/generic.c, 117 124 native/des/generic.h 118 - BuildDepends: nocrypto, mirage-entropy-xen 119 - XMETARequires: nocrypto, lwt, mirage-entropy-xen 120 125 CCOpt: --std=c99 -Wall -Wextra -Werror -O3 -DNDEBUG $XEN_CFLAGS 121 126 if flag(modernity) && architecture(amd64) 122 127 CCOpt+: -DACCELERATE -msse2 -maes
-1
xen/nocrypto_entropy_mirage.ml
··· 1 - ../mirage/nocrypto_entropy_mirage.ml
-1
xen/nocrypto_entropy_mirage.mli
··· 1 - ../mirage/nocrypto_entropy_mirage.mli