Skip to content

Instantly share code, notes, and snippets.

@seliopou
Last active October 25, 2016 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seliopou/40d907377d727def385d87c572ca3dde to your computer and use it in GitHub Desktop.
Save seliopou/40d907377d727def385d87c572ca3dde to your computer and use it in GitHub Desktop.
Oasis pack bug
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
type bigstring =
(char, Bigarray.int8_unsigned_elt, Bigarray.c_layout) Bigarray.Array1.t
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