Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 8ff4378c69bfc83b3af48e387721134b1413d23a authored by takehidesoh on 01 May 2023, 02:14:54 UTC, committed by takehidesoh on 01 May 2023, 02:14:54 UTC
mod README.md
1 parent 339d44a
  • Files
  • Changes
  • f713c63
  • /
  • build.sbt
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:8ff4378c69bfc83b3af48e387721134b1413d23a
directory badge
swh:1:dir:f713c63f7b901bd51a55d2db5ec4384de1c311d0
content badge
swh:1:cnt:b5d9d5e6005e3f813b171f5504476ae4226eb46a

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
build.sbt
name := "SAF"

version := "1.3.5"
scalaVersion := "2.12.15"

// javacOptions ++= Seq("-source", "1.8", "-target", "1.8", "-Xlint")
// scalacOptions := Seq("-target:jvm-1.8")

// initialize := {
//   val _ = initialize.value
//   val javaVersion = sys.props("java.specification.version")
//   if (javaVersion != "1.8")
//     sys.error(
//       "Java 1.8 is required for this project. Found " + javaVersion + " instead"
//     )
// }


libraryDependencies += "net.java.dev.jna" % "jna" % "5.13.0"
libraryDependencies += "org.ow2.sat4j" % "org.ow2.sat4j.core" % "2.3.6"
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
libraryDependencies += "org.colomoto" % "bioLQM" % "0.7.1"

val buildSettings: Seq[Setting[_]] = inThisBuild(
  Seq(
    organization := "fun.scop",
    version := "1.0",
    description := "SAF: SAT-based Attractor Finder"
  )
)

lazy val root = (project in file("."))
  .settings(
    assemblyJarName in assembly := "saf.jar",
    organization := "fun.scop",
    version := "1.0",
    description := "SAF: SAT-based Attractor Finder",
    name := "SAF2023",
    mainClass in assembly := Some("fun.scop.app.an.solver.Saf")
  )

assemblyMergeStrategy := {
  case PathList("META-INF", "MANIFEST.MF") => MergeStrategy.discard
  case _                                   => MergeStrategy.first
}
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API