Compare commits

..

1 commit

Author SHA1 Message Date
Ben Rosser
efb9d7eaea Install dune libraries. Add new ocaml-dune subpackage (rhbz#1737414). 2019-08-06 15:00:57 -04:00
11 changed files with 104 additions and 1025 deletions

View file

@ -1 +0,0 @@
1

2
.gitignore vendored
View file

@ -1 +1 @@
/dune-*.tar.gz
/dune-1.7.3.tar.gz

View file

@ -1,12 +1,3 @@
# ocaml-dune
[Dune](https://dune.build) is a build system designed for
[OCaml](https://ocaml.org/)/[Reason](https://reasonml.github.io/) projects
only. It focuses on providing the user with a consistent experience and takes
care of most of the low-level details of OCaml compilation. All you have to
do is provide a description of your project and Dune will do the rest.
The scheme it implements is inspired from the one used inside
[Jane Street](https://opensource.janestreet.com/) and adapted to the open
source world. It has matured over a long time and is used daily by hundred of
developers, which means that it is highly tested and productive.
The ocaml-dune package

View file

@ -1,6 +0,0 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View file

@ -1,11 +0,0 @@
--- dune-3.20.0/src/dune_lang/dune_project.ml.orig 2025-08-19 00:28:44.000000000 -0600
+++ dune-3.20.0/src/dune_lang/dune_project.ml 2025-08-21 20:42:51.793195598 -0600
@@ -425,7 +425,7 @@ let interpret_lang_and_extensions ~(lang
let filename = "dune-project"
let opam_file_location_default ~lang:_ = `Relative_to_project
let wrapped_executables_default ~(lang : Lang.Instance.t) = lang.version >= (2, 0)
-let map_workspace_root_default ~(lang : Lang.Instance.t) = lang.version >= (3, 0)
+let map_workspace_root_default ~(lang : Lang.Instance.t) = false
let executables_implicit_empty_intf_default ~(lang : Lang.Instance.t) =
lang.version >= (3, 0)

View file

@ -1,31 +0,0 @@
--- dune-3.15.0/dune-file.orig 2024-04-03 03:29:40.000000000 -0600
+++ dune-3.15.0/dune-file 2024-04-05 08:48:56.083804773 -0600
@@ -30,9 +30,6 @@
(copy dune-private-libs.opam.template ordering.opam.template))
(rule
- (copy dune-private-libs.opam.template dune-rpc-lwt.opam.template))
-
-(rule
(copy dune-private-libs.opam.template fiber.opam.template))
(rule
--- dune-3.15.0/dune-project.orig 2024-04-03 03:29:40.000000000 -0600
+++ dune-3.15.0/dune-project 2024-04-05 08:49:50.546090649 -0600
@@ -149,16 +149,6 @@ understood by dune language."))
(description "Library to connect and control a running dune instance"))
(package
- (name dune-rpc-lwt)
- (synopsis "Communicate with dune using rpc and Lwt")
- (depends
- (dune-rpc (= :version))
- (csexp (>= 1.5.0))
- (lwt (>= 5.6.0))
- base-unix)
- (description "Specialization of dune-rpc to Lwt"))
-
-(package
(name dyn)
(synopsis "Dynamic type")
(depends

File diff suppressed because it is too large Load diff

View file

@ -1,10 +0,0 @@
summary: Run all tests
discover:
how: fmf
execute:
how: tmt
prepare:
how: install
package:
- ocaml
- ocaml-dune

View file

@ -1 +1 @@
SHA512 (dune-3.20.2.tar.gz) = efb4376e03a3e760ee230c22ba8ac788623382437d9e3551fdd6bacdca1c6aa2db90246feb011d3d0e7ba3afa47161ebd06c80cfb24e357a82f7764bf003e355
SHA512 (dune-1.7.3.tar.gz) = 744ff584acc1695f3720b142a5bc00a26901d488531629fe386f4f3b02f13b86b74e7ba5801d468f4b8ebfcee9bd15017e6dd0d0c2ae242eaef40aa99668a39d

View file

@ -1,6 +0,0 @@
#!/bin/bash -
set -e
set -x
# Just check that dune works.
dune --version

View file

@ -1,2 +0,0 @@
summary: Basic test
test: ./basic-test.sh