代码拉取完成,页面将自动刷新
Name: bson
Version: 0.1.6
Synopsis: BSON documents are JSON-like objects with a standard binary encoding
Description: A BSON Document is an untyped (dynamically type-checked) record. I.e. it is a list of name-value pairs, where a Value is a single sum type with constructors for basic types (Bool, Int, Float, String, and Time), compound types (List, and (embedded) Document), and special types (Binary, Javascript, ObjectId, RegEx, and a few others).
.
A BSON Document is serialized to a standard binary encoding defined at <http://bsonspec.org>. This implements version 1 of that spec.
Category: Data
Homepage: http://github.com/TonyGen/bson-haskell
Author: Tony Hannan
Maintainer: Tony Hannan <tony@10gen.com>
License: OtherLicense
License-file: LICENSE
cabal-version: >= 1.8
build-type: Simple
Library
Build-Depends: base < 5,
time,
bytestring,
network,
cryptohash,
binary,
data-binary-ieee754,
compact-string-fix,
mtl >= 2
Exposed-modules: Data.UString,
Data.Bson,
Data.Bson.Binary
ghc-prof-options: -auto-all
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test, .
build-depends: HUnit
, hspec >= 0.6.1 && < 0.7
, file-location >= 0.4 && < 0.5
, base >= 4 && < 5
, bson
, QuickCheck == 2.4.*
, mtl >= 2
, network
, cryptohash
, bytestring
, time
, data-binary-ieee754
, compact-string-fix
, file-location
cpp-options: -DTEST
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。