blob: 22a57431939725c1672fdcaecb42dd8b8f2228f0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- dune-project.orig 2024-02-21 17:20:18 UTC
+++ dune-project
@@ -1,6 +1,6 @@
(lang dune 2.8)
(name bz2)
-(version 0.7.1)
+(version 0.8.0)
(generate_opam_files true)
(formatting (enabled_for ocaml dune))
(license "LGPL-3.0-or-later with OCaml-LGPL-linking-exception")
@@ -15,5 +15,5 @@
(name bz2)
(synopsis "CamlBZ2 OCaml bindings for the libbz2")
(description "This is CamlBZ2, OCaml bindings for the libbz2 (AKA, bzip2)(de)compression library.")
- (depends "conf-libbz2" "stdlib-shims")
+ (depends "conf-libbz2")
)
|