File tree Expand file tree Collapse file tree 5 files changed +31
-14
lines changed Expand file tree Collapse file tree 5 files changed +31
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## v2.0.3 (2025-09-18)
2+ - Make library compatible with 4.x again
3+
4+ ## v2.0.2 (2022-12-06)
5+ - Add license
6+ - OCaml 5 compatibility
7+
8+ ## v2.0.1 (2019-01-02)
9+ - move build to dune
10+
11+ ## v2.0.0 (2018-05-24)
12+ - Update interface for safe-string
13+
14+ ## v1.0.5 (2017-08-04)
15+ - port to jbuilder
16+
17+ ## v1.0.4 (2017-01-11)
18+ - add opam file
19+ - add .travis.yml
20+ - fix build on Win32
21+
22+ ## v1.0.1 (2013-04-23)
23+ - fix the build on Mac OSX
24+
25+ ## v1.0.0 (2013-03-27)
26+ - initial public release
Original file line number Diff line number Diff line change 11(lang dune 1 .4)
2+
3+ (name fd-send-recv)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
1111bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
1212dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
1313doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
14+ x-maintenance-intent: ["(latest)"]
1415tags: [
1516 "org:mirage"
1617 "org:xapi-project"
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ homepage: "https://github.com/xapi-project/ocaml-fd-send-recv"
1111bug-reports: "https://github.com/xapi-project/ocaml-fd-send-recv/issues"
1212dev-repo: "git+https://github.com/xapi-project/ocaml-fd-send-recv.git"
1313doc: "https://github.com/xapi-project/ocaml-fd-send-recv/blob/master/lib/fd_send_recv.mli"
14+ x-maintenance-intent: ["(latest)"]
1415tags: [
1516 "org:mirage"
1617 "org:xapi-project"
@@ -21,7 +22,7 @@ build: [
2122 ["dune" "build" "@doc" "-p" name] {with-doc}
2223]
2324depends: [
24- "ocaml"
25+ "ocaml" {>= "4.14"}
2526 "dune" {build}
2627 "odoc" {with-doc}
2728]
You can’t perform that action at this time.
0 commit comments