From 4816c0472ef38568948c3ebea5954bc89043553a Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Fri, 13 Dec 2024 08:36:42 +0900 Subject: [PATCH] Remove unused opam template Signed-off-by: Sora Morimoto --- lwt_retry.opam | 3 +-- lwt_retry.opam.template | 15 --------------- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 lwt_retry.opam.template diff --git a/lwt_retry.opam b/lwt_retry.opam index 0598300ce..879deec73 100644 --- a/lwt_retry.opam +++ b/lwt_retry.opam @@ -16,7 +16,6 @@ depends: [ "bisect_ppx" {with-test} "odoc" {with-doc} ] -dev-repo: "git+https://github.com/ocsigen/lwt.git" build: [ ["dune" "subst"] {dev} [ @@ -31,4 +30,4 @@ build: [ "@doc" {with-doc} ] ] - +dev-repo: "git+https://github.com/ocsigen/lwt.git" diff --git a/lwt_retry.opam.template b/lwt_retry.opam.template deleted file mode 100644 index 838dc199f..000000000 --- a/lwt_retry.opam.template +++ /dev/null @@ -1,15 +0,0 @@ -build: [ - ["dune" "subst"] {dev} - [ - "dune" - "build" - "-p" - name - "-j" - jobs - "@install" - "@runtest" {with-test} - "@doc" {with-doc} - ] -] -