Skip to content

Commit

Permalink
Switch to remplate.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jan 19, 2025
1 parent 12e9e52 commit a502b58
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
(name mem_usage)
(synopsis "Cross-platform stats about memory usage")
(depends
conf-sysinfo
(ocaml (>= 4.08))
dune)
)
12 changes: 6 additions & 6 deletions mem_usage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ authors: ["Romain Beauxis <[email protected]>"]
license: "MIT"
homepage: "https://github.com/savonet/ocaml-mem_usage"
bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues"
depends: [
"conf-sysinfo"
"ocaml" {>= "4.08"}
"dune" {>= "2.8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
Expand All @@ -28,3 +22,9 @@ build: [
]
]
dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
depends: [
"conf-sysinfo" {os = "freebsd"}
"ocaml" {>= "4.08"}
"dune" {>= "2.8"}
"odoc" {with-doc}
]
6 changes: 6 additions & 0 deletions mem_usage.opam.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
depends: [
"conf-sysinfo" {os = "freebsd"}
"ocaml" {>= "4.08"}
"dune" {>= "2.8"}
"odoc" {with-doc}
]

0 comments on commit a502b58

Please sign in to comment.