# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "1.0.x"
synopsis: "A virtual network laboratory"
description: "A virtual network laboratory for learning TCP/IP networks"
maintainer: ["Jean-Vincent Loddo"]
authors: ["Jean-Vincent Loddo" "Luca Saiu"]
license: "GPL-2.0-or-later"
tags: [
  "Internet"
  "TCP/IP"
  "network"
  "laboratory"
  "Ipv4"
  "Ipv6"
  "TCP"
  "UDP"
  "SCTP"
  "ICMP"
  "ARP"
  "Ethernet"
]
doc: "https://www.marionnet.org"
depends: [
  "ocaml"
  "dune" {>= "3.7"}
  "dune-site"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "--promote-install-files=false"
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
  ["dune" "install" "-p" name "--create-install-files" name]
]
dev-repo: "git+https://git.launchpad.net/marionnet"
