From ded9e38316b5bba51d02a003cfc9df18190f2d16 Mon Sep 17 00:00:00 2001 From: Bikal Lem Date: Fri, 27 Nov 2020 23:39:16 +0000 Subject: [PATCH] disable automatic generation of opam files --- dune-project | 66 +++++++++++++++++++++++------------------------ reparse-unix.opam | 1 - reparse.opam | 1 - 3 files changed, 32 insertions(+), 36 deletions(-) diff --git a/dune-project b/dune-project index 5b375c5..e989508 100644 --- a/dune-project +++ b/dune-project @@ -4,37 +4,35 @@ (version 2.0.0) -(generate_opam_files true) - -(source - (github lemaetech/reparse)) - -(license MPL-2.0) - -(authors "Bikal Lem ") - -(maintainers "Bikal Lem") - -(package - (name reparse) - (synopsis "Recursive descent parsing library for ocaml") - (description - "Monadic, recursive descent based, parser construction library for ocaml. Comprehensively documented and tested.") - (depends - (ocaml - (>= 4.10.0)) - (alcotest :with-test))) - -(package - (name reparse-unix) - (synopsis - "Provides support for parsing files as source of input for reparse library ") - (description - "Provides support for parsing files as source of input for reparse library ") - (depends - (ocaml - (>= 4.10.0)) - (reparse - (= 2.0.0)) - base-unix - (alcotest :with-test))) +; (source +; (github lemaetech/reparse)) + +; (license MPL-2.0) + +; (authors "Bikal Lem ") + +; (maintainers "Bikal Lem") + +; (package +; (name reparse) +; (synopsis "Recursive descent parsing library for ocaml") +; (description +; "Monadic, recursive descent based, parser construction library for ocaml. Comprehensively documented and tested.") +; (depends +; (ocaml +; (>= 4.10.0)) +; (alcotest :with-test))) + +; (package +; (name reparse-unix) +; (synopsis +; "Provides support for parsing files as source of input for reparse library ") +; (description +; "Provides support for parsing files as source of input for reparse library ") +; (depends +; (ocaml +; (>= 4.10.0)) +; (reparse +; (= 2.0.0)) +; base-unix +; (alcotest :with-test))) diff --git a/reparse-unix.opam b/reparse-unix.opam index 3bb48b3..4a0cbc3 100644 --- a/reparse-unix.opam +++ b/reparse-unix.opam @@ -1,4 +1,3 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "2.0.0" synopsis: diff --git a/reparse.opam b/reparse.opam index 1537ed1..4711dd2 100644 --- a/reparse.opam +++ b/reparse.opam @@ -1,4 +1,3 @@ -# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "2.0.0" synopsis: "Recursive descent parsing library for ocaml"