Skip to content

Commit

Permalink
Merge pull request ocaml#11208 from xguerin/bitstring_v3
Browse files Browse the repository at this point in the history
Add bitstring v3.0.0
  • Loading branch information
mseri authored Jan 12, 2018
2 parents dce7380 + 8b21a63 commit 703df6f
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 703df6f

Please sign in to comment.