Skip to content

Commit

Permalink
Add bitstring v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Guérin committed Jan 11, 2018
1 parent ff53c56 commit 8b21a63
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/bitstring/bitstring.3.0.0/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bitstrings and bitstring matching for OCaml
The ocaml-bitstring project adds Erlang-style bitstrings and matching over bitstrings as a syntax extension and library for OCaml.
You can use this module to both parse and generate binary formats, files and protocols.
Bitstring handling is added as primitives to the language, making it exceptionally simple to use and very powerful.
30 changes: 30 additions & 0 deletions packages/bitstring/bitstring.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
authors : [ "Richard W.M. Jones" "Xavier R. Guérin" ]
bug-reports : "https://github.com/xguerin/bitstring/issues"
dev-repo : "https://github.com/xguerin/bitstring.git"
doc : "https://xguer.in/bitstring"
homepage : "https://github.com/xguerin/bitstring"
license : "LGPLv2+ with exceptions and GPLv2+"
maintainer : "Xavier R. Guérin <[email protected]>"
opam-version : "1.2"
version : "3.0.0"

build: [
["jbuilder" "build" "-p" name "-j" jobs]
]

build-test: [
["jbuilder" "runtest" "-p" name "-j" jobs]
]

depends: [
"jbuilder" { build }
"ppx_tools_versioned" { build }
"ocaml-migrate-parsetree" { build & >= "1.0.5" }
"ounit" { test }
]

conflicts: [
"ppx_bitstring"
]

available: ocaml-version >= "4.02.3"
2 changes: 2 additions & 0 deletions packages/bitstring/bitstring.3.0.0/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/xguerin/bitstring/archive/v3.0.0.tar.gz"
checksum: "446357daa32d6cd71348bb5a8b1c105f"

0 comments on commit 8b21a63

Please sign in to comment.