# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "Packstream parses and serializes Packstream binary format" description: "Packstream parses and serializes Packstream binary format." maintainer: ["Tomasz Baranski "] authors: ["Tomasz Baranski"] license: "BSD-3-Clause" homepage: "https://github.com/tomob/packstream" bug-reports: "https://github.com/tomob/packstream/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08.0"} "ounit2" {with-test} "core" {>= "0.14.0"} "bitstring" {>= "4.1.0"} "ppx_bitstring" {>= "4.1.0"} "ppx_deriving" {>= "5.2.1"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/tomob/packstream.git" url { src: "https://github.com/tomob/packstream/archive/0.1.tar.gz" checksum: [ "md5=b42862e522117cce228191a514d68ae5" "sha512=7e23451b43624db223068e53504d173beebd304466d80780b8b9df0ce3ba8671cfdebc68ea603481bf2a80ee1f5308d100f72bac041345e6b5d5f03e2cb1d9cf" ] }