this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Packstream parses and serializes Packstream binary format"
4description: "Packstream parses and serializes Packstream binary format."
5maintainer: ["Tomasz Baranski <tomasz.baranski@posteo.net>"]
6authors: ["Tomasz Baranski"]
7license: "BSD-3-Clause"
8homepage: "https://github.com/tomob/packstream"
9bug-reports: "https://github.com/tomob/packstream/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "ocaml" {>= "4.08.0"}
13 "ounit2" {with-test}
14 "core" {>= "0.14.0"}
15 "bitstring" {>= "4.1.0"}
16 "ppx_bitstring" {>= "4.1.0"}
17 "ppx_deriving" {>= "5.2.1"}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/tomob/packstream.git"
35url {
36 src: "https://github.com/tomob/packstream/archive/0.1.tar.gz"
37 checksum: [
38 "md5=b42862e522117cce228191a514d68ae5"
39 "sha512=7e23451b43624db223068e53504d173beebd304466d80780b8b9df0ce3ba8671cfdebc68ea603481bf2a80ee1f5308d100f72bac041345e6b5d5f03e2cb1d9cf"
40 ]
41}