From 99080465d91776fc1e8c3b33a57c673d069538f6 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Wed, 24 Apr 2024 15:54:48 -0500 Subject: [PATCH] Not available on freebsd. --- mem_usage.opam | 1 + mem_usage.opam.template | 1 + 2 files changed, 2 insertions(+) create mode 100644 mem_usage.opam.template diff --git a/mem_usage.opam b/mem_usage.opam index 5dd2030..d31016a 100644 --- a/mem_usage.opam +++ b/mem_usage.opam @@ -27,3 +27,4 @@ build: [ ] ] dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git" +available: [ os != "freebsd" ] diff --git a/mem_usage.opam.template b/mem_usage.opam.template new file mode 100644 index 0000000..98eaabe --- /dev/null +++ b/mem_usage.opam.template @@ -0,0 +1 @@ +available: [ os != "freebsd" ]