-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_oasis.in
29 lines (28 loc) · 927 Bytes
/
_oasis.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
OASISFormat: 0.4
OCamlVersion: >= 4.00
Name: cryptohash
Version: @VERSION@
LicenseFile: LICENSE.txt
License: MIT
Authors: <[email protected]>
Maintainers: <[email protected]>
Homepage: https://github.com/fdopen/cryptohash
Synopsis: hash functions for OCaml
Description:
Cryptohash provides OCaml bindings to various cryptographic hash
functions written in C
Plugins: DevFiles (0.4)
BuildType: Custom (0.4)
BuildTools: omake
InstallType: Custom (0.4)
XCustomBuild: $omake all NATIVE_ENABLED=$is_native
XCustomBuildClean: $omake clean
XCustomBuildDistclean: $omake distclean
XCustomInstall: $omake install
XCustomUninstall: $omake uninstall
XDevFilesEnableMakefile: false
XDevFilesEnableConfigure: false
Library "cryptohash"
Path: .
BuildDepends: unix, str, oUnit > 2, bytes, bigarray
XMETARequires: bytes, bigarray