mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.7 KiB
Tcl
40 lines
1.7 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup fsharp fsharp 10.2.3
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
categories lang devel
|
|
license MIT
|
|
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
|
|
supported_archs noarch
|
|
|
|
description F# is a typed functional programming language.
|
|
long_description F# is a typed functional programming language \
|
|
for the .NET Framework. It combines the succinctness, \
|
|
expressivity, and compositionality of typed functional \
|
|
programming with the runtime support, libraries, \
|
|
interoperability, tools and object model of .NET. \
|
|
F# stems from the ML family of languages and has a \
|
|
core language compatible with that of OCaml, though \
|
|
also draws from C# and Haskell.
|
|
homepage https://fsharp.org
|
|
platforms any
|
|
|
|
checksums rmd160 9f1d94c31f6d669a5e9cd3220e909e86220dc0a3 \
|
|
sha256 3aab0265ddbd8dfb56bc5e443c27810e11ba3dcb34647af15d36212b5b6753a6 \
|
|
size 47757846
|
|
|
|
depends_build port:msbuild
|
|
depends_lib port:mono
|
|
|
|
use_configure no
|
|
|
|
# TODO: fix
|
|
notes "
|
|
Warning: ${subport} downloads files during the build phase.
|
|
This is contrary to standard MacPorts practices, but it seems to be a fundamental part of msbuild.
|
|
"
|