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;
minimalOCamlVersion = "4.10";
duneVersion = "3";
propagatedBuildInputs = [
resto

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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