this repo has no description

Merge pull request #14762 from fccm/funbits

Add package funbits version 0.03

Kate acb1728c 898dd7d7

Changed files
+34
packages
funbits
funbits.0.03
+34
packages/funbits/funbits.0.03/opam
···
···
+
opam-version: "2.0"
+
maintainer: "Florent Monnier <monnier.florent@gmail.com>"
+
+
homepage: "http://www.linux-nantes.org/~fmonnier/ocaml/funbits/"
+
dev-repo: "git+https://github.com/fccm/ocaml-funbits.git"
+
bug-reports: "https://github.com/fccm/ocaml-funbits/issues"
+
doc: "http://www.linux-nantes.org/~fmonnier/ocaml/funbits/doc/"
+
+
authors: ["Florent Monnier"]
+
license: "restrictionless Zlib"
+
synopsis: "Functional bit field library"
+
tags: [ "bit-field" "bits" "functional" ]
+
description: """
+
The bit sequences are immutable and of arbitrary-length.
+
"""
+
+
build: [
+
[make]
+
]
+
install: [
+
[make "findinstall"]
+
]
+
depends: [
+
"ocaml"
+
"ocamlfind" {build}
+
]
+
run-test: [
+
[make "test" "LIB_DIR=../src"]
+
]
+
+
url {
+
src: "https://github.com/fccm/ocaml-funbits/archive/v0.03.tar.gz"
+
checksum: "md5=ab1f531b1d988047131a50764240c8ec"
+
}