ocamlPackages.resto: use dune 3

This commit is contained in:
Vincent Laporte 2023-01-09 10:34:14 +01:00 committed by Vincent Laporte
parent 373aa5e812
commit 5f73c562d0
8 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@ buildDunePackage {
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
minimalOCamlVersion = "4.10"; minimalOCamlVersion = "4.10";
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -9,6 +9,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-cohttp-client"; pname = "resto-cohttp-client";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -13,6 +13,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-cohttp-self-serving-client"; pname = "resto-cohttp-self-serving-client";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -12,6 +12,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-cohttp-server"; pname = "resto-cohttp-server";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -3,6 +3,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-cohttp"; pname = "resto-cohttp";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -3,6 +3,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "resto"; pname = "resto";
version = "1.0"; version = "1.0";
duneVersion = "3";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "nomadic-labs"; owner = "nomadic-labs";
repo = "resto"; repo = "resto";

View file

@ -3,6 +3,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-directory"; pname = "resto-directory";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto

View file

@ -3,6 +3,7 @@
buildDunePackage { buildDunePackage {
pname = "resto-json"; pname = "resto-json";
inherit (resto) src version meta doCheck; inherit (resto) src version meta doCheck;
duneVersion = "3";
propagatedBuildInputs = [ propagatedBuildInputs = [
resto resto