Revision 8ded98ea51b93f78f783626db163fd5f5af6adb7 authored by Raphaël Proust on 29 December 2019, 18:02:43 UTC, committed by Raphaël Proust on 30 December 2019, 17:13:16 UTC
NOTE: the function is available in the Protocol's environment signature,
but it is not used in the protocol.
1 parent b8ac12f
Raw File
irmin-pack.opam
opam-version: "2.0"
maintainer:   "thomas@gazagnaire.org"
authors:      ["Thomas Gazagnaire"]
license:      "ISC"
homepage:     "https://github.com/mirage/irmin"
bug-reports:  "https://github.com/mirage/irmin/issues"
dev-repo:     "git+https://github.com/mirage/irmin.git"

build: [
 ["dune" "subst"] {pinned}
 ["dune" "build" "-p" name "-j" jobs]
 ["dune" "runtest" "-p" name] {with-test}
]

depends: [
  "ocaml"      {>= "4.01.0"}
  "dune"       {build  & >= "1.1.0"}
  "index"
  "irmin"      {>= "1.3.0"}
  "lwt"
]

synopsis: "Irmin backend which stores values in a pack file"
back to top