From 05d644986e913ed97bc70bd7bb08276b04a54caf Mon Sep 17 00:00:00 2001 From: Eugene R Date: Mon, 25 Nov 2024 17:28:23 +0200 Subject: [PATCH] Package eugener_test_ocaml.0.1.0 --- .../eugener_test_ocaml.0.1.0/opam | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 packages/eugener_test_ocaml/eugener_test_ocaml.0.1.0/opam diff --git a/packages/eugener_test_ocaml/eugener_test_ocaml.0.1.0/opam b/packages/eugener_test_ocaml/eugener_test_ocaml.0.1.0/opam new file mode 100644 index 00000000000..33a65b8726f --- /dev/null +++ b/packages/eugener_test_ocaml/eugener_test_ocaml.0.1.0/opam @@ -0,0 +1,38 @@ +opam-version: "2.0" +synopsis: "Test project. don't download" +description: """ +test project. don't downloadtest project. don't downloadtest project. don't downloadtest project. don't download +""" +maintainer: "your-email@gmail.com" +authors: "Some name" +license: "MIT" +homepage: "hhttps://github.com/pypi/warehouse" +dev-repo: "git+https://github.com/pypi/warehouse.git" +bug-reports: "https://github.com/pypi/warehouse/issues" +depends: [ + "ocaml" + "dune" {>= "3.16"} + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +url { + src: + "https://github.com/eugenebmx/eugener-test-ocaml/archive/refs/tags/v0.1.0.tar.gz" + checksum: [ + "md5=c21dd066d35294155b8b57687089a026" + "sha512=70a9d2e469a01ef12e921394f04224fd1c04706d7e137fe552dbba8132a43d4a757fb6edf5f7926b05d022499958a674ff3e8281f5c081edb1b1dbf395265f04" + ] +}