name: wol version: 0.1.0 synopsis: Send a Wake on LAN Magic Packet description: A program and library to a send WoL Magic Packet, to remotely start a computer. . This program is useful if you have a computer that you keep at a friend's house because he has a fast internet connection. But he keeps turning the machine off, saying that it warms up his room and your not using it anyway. But now you need a way to turn the machine back on... . Usage: . > $ wol hostname macaddress [portnumber] license: BSD3 license-file: LICENSE author: Tom Lokhorst maintainer: Tom Lokhorst homepage: http://tom.lokhorst.eu/wol stability: Experimental category: Network build-type: Simple cabal-version: >= 1.6 executable wol build-depends: base >= 3 && < 5 main-is: WoL.hs hs-source-dirs: src library build-depends: base >= 3 && < 5, network >= 2.2.1 && < 2.3, split >= 0.1.1 && < 0.2 hs-source-dirs: src exposed-modules: Network.WoL Network.MacAddress