Last active
October 25, 2016 17:28
-
-
Save seliopou/40d907377d727def385d87c572ca3dde to your computer and use it in GitHub Desktop.
Oasis pack bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OASISFormat: 0.4 | |
Name: packbug | |
Plugins: META (0.4), DevFiles (0.4) | |
BuildTools: ocamlbuild | |
Authors: garbage | |
Version: garbage | |
License: PD | |
Synopsis: garbage | |
Library packbug | |
Path: . | |
Pack: true | |
Findlibname: packbug | |
Build: true | |
BuildDepends: faraday | |
Modules: A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type bigstring = | |
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module A : sig | |
type bigstring = Faraday.t | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment