File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22( generate_opam_files true )
33(name opam-monorepo)
44
5- ( source ( github ocamllabs/duniverse ) )
5+ ( source ( github ocamllabs/opam-monorepo ) )
66( license ISC)
77( authors " Anil Madhavapeddy" " Nathan Rebours" " Lucas Pluvinage" " Jules Aguillon" )
88
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ authors: [
1010 "Anil Madhavapeddy" "Nathan Rebours" "Lucas Pluvinage" "Jules Aguillon"
1111]
1212license: "ISC"
13- homepage: "https://github.com/ocamllabs/duniverse "
14- bug-reports: "https://github.com/ocamllabs/duniverse /issues"
13+ homepage: "https://github.com/ocamllabs/opam-monorepo "
14+ bug-reports: "https://github.com/ocamllabs/opam-monorepo /issues"
1515depends: [
1616 "dune" {>= "2.0"}
1717 "ocaml" {>= "4.08.0" & < "4.12"}
1818 "conf-m4"
1919 "conf-pkg-config"
2020]
21- dev-repo: "git+https://github.com/ocamllabs/duniverse .git"
21+ dev-repo: "git+https://github.com/ocamllabs/opam-monorepo .git"
2222build: [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ]
2323flags: [ plugin ]
You can’t perform that action at this time.
0 commit comments