package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.5.0.tbz
sha256=77bd4c6704359fae1969636cfc3cd7a517ba3604819ef89c919c0762b5093610
sha512=acaed76ab8618977118579641a1f6734ed4a225ab46494c6c5fd8e1bf9a0889e62db9adc7bd11770da602f4dd4785cef5ece4ad26512d08b64b8f3bd8954c80d

Description

dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

dune supports multi-package development by simply dropping multiple repositories into the same directory.

It also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 20 Oct 2022

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using dune.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very low overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via Opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Building Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation.

This feature requires Opam.

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the Opam package manager:

$ opam install dune

If you are new to Opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08" & < "5.3"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. aarch64-esperanto >= "0.0.6"
  6. absolute
  7. abstract_algebra < "v0.17.0"
  8. accessor < "v0.17.0"
  9. accessor_async < "v0.17.0"
  10. accessor_base < "v0.17.0"
  11. accessor_core < "v0.17.0"
  12. acgtk
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adelfa
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest
  26. alcotest-async
  27. alcotest-js
  28. alcotest-lwt
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. allegro5
  34. alonzo
  35. alsa >= "0.3.0"
  36. alt-ergo >= "2.3.0" & < "2.6.0"
  37. alt-ergo-free >= "2.4.3"
  38. alt-ergo-lib >= "2.4.2" & < "2.6.0"
  39. alt-ergo-parsers < "2.6.0"
  40. alt-ergo-plugin-ab-why3 < "2.6.0"
  41. altgr-ergo >= "2.3.0"
  42. ambient-context >= "0.2"
  43. ambient-context-eio >= "0.2"
  44. ambient-context-lwt >= "0.2"
  45. amqp-client >= "2.0.3"
  46. amqp-client-async
  47. amqp-client-lwt
  48. ancient >= "0.10.0"
  49. anders
  50. angstrom >= "0.11.1"
  51. angstrom-async >= "0.11.1"
  52. angstrom-lwt-unix >= "0.11.1"
  53. angstrom-unix >= "0.11.1"
  54. ansi < "0.6.0"
  55. ansi-parse
  56. anthill
  57. antic < "0.3.2"
  58. ao >= "0.2.2"
  59. api-watch
  60. apronext
  61. arb < "0.3.2"
  62. arc
  63. archetype
  64. archi
  65. archi-async
  66. archi-lwt
  67. arg-complete
  68. argon2
  69. arp
  70. art
  71. asai
  72. asak
  73. ask
  74. ask-integrator
  75. asli >= "0.2.0"
  76. asn1-combinators >= "0.2.5"
  77. ast_generic
  78. async < "v0.17.0"
  79. async-uri < "0.4.0"
  80. async_durable < "v0.17.0"
  81. async_extra < "v0.17.0"
  82. async_find < "v0.17.0"
  83. async_graphics
  84. async_inotify < "v0.17.0"
  85. async_interactive < "v0.17.0"
  86. async_js < "v0.17.0"
  87. async_kernel < "v0.17.0"
  88. async_rpc_kernel < "v0.17.0"
  89. async_rpc_websocket < "v0.17.0"
  90. async_sendfile < "v0.17.0"
  91. async_shell < "v0.17.0"
  92. async_smtp < "v0.17.0"
  93. async_ssl < "v0.17.0"
  94. async_udp < "v0.17.0"
  95. async_unix < "v0.17.0"
  96. async_websocket < "v0.17.0"
  97. atable
  98. atd >= "2.2.1" & < "4.0.0"
  99. atdcpp < "4.0.0"
  100. atdd < "4.0.0"
  101. atdgen >= "2.2.1" & < "4.0.0"
  102. atdgen-codec-runtime < "4.0.0"
  103. atdgen-runtime >= "2.2.1" & < "4.0.0"
  104. atdj >= "2.2.1" & < "4.0.0"
  105. atdpy < "4.0.0"
  106. atds < "4.0.0"
  107. atdts < "4.0.0"
  108. atomic < "base"
  109. autofonce
  110. autofonce_config
  111. autofonce_core
  112. autofonce_lib
  113. autofonce_m4
  114. autofonce_misc
  115. autofonce_patch
  116. autofonce_share
  117. avro
  118. avro-compiler
  119. awa
  120. awa-mirage
  121. aws >= "1.2"
  122. aws-async
  123. aws-autoscaling >= "1.2"
  124. aws-cloudformation >= "1.2"
  125. aws-cloudtrail >= "1.2"
  126. aws-cloudwatch
  127. aws-config
  128. aws-ec2 >= "1.2"
  129. aws-elasticache
  130. aws-elasticloadbalancing >= "1.2"
  131. aws-lwt
  132. aws-rds
  133. aws-route53
  134. aws-s3
  135. aws-s3-async
  136. aws-s3-lwt
  137. aws-sdb >= "1.2"
  138. aws-sqs
  139. aws-ssm >= "1.2"
  140. aws-sts >= "1.2"
  141. azblob
  142. azblob-async
  143. azure-cosmos-db < "0.4.0"
  144. babel < "v0.17.0"
  145. backoff
  146. bag
  147. baguette_sharp
  148. bancos
  149. bank
  150. bare_encoding
  151. bark
  152. base < "v0.17.0"
  153. base32
  154. base64 >= "2.3.0"
  155. base_bigstring < "v0.17.0"
  156. base_quickcheck < "v0.17.0"
  157. base_trie < "v0.17.0"
  158. bastet
  159. bastet_async
  160. bastet_lwt
  161. batch_jaro_winkler
  162. batsat
  163. batteries >= "3.7.1"
  164. bdd >= "0.5"
  165. bddrand
  166. bech32
  167. bechamel
  168. bechamel-js
  169. bechamel-notty
  170. bechamel-perf
  171. beluga = "1.0"
  172. benchmark >= "1.6"
  173. bencode >= "2.0"
  174. bentov
  175. bestline
  176. bheap >= "2.0.0"
  177. bibfmt
  178. bidirectional_map < "v0.17.0"
  179. bigarray-compat
  180. bigarray-overlap
  181. bigdecimal < "v0.17.0"
  182. bignum < "v0.17.0"
  183. bigstring >= "0.3"
  184. bigstring-unix
  185. bigstringaf >= "0.5.0"
  186. bimage
  187. bimage-display
  188. bimage-gtk
  189. bimage-io
  190. bimage-lwt
  191. bimage-sdl
  192. bimage-unix
  193. bimap
  194. bin
  195. bin_prot < "v0.17.0"
  196. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  197. binaryen_dsl
  198. bindlib >= "6.0.0"
  199. biniou >= "1.2.1"
  200. binning
  201. binsec < "0.11.0"
  202. bio_io
  203. biocaml
  204. biotk < "0.3"
  205. bisect_ppx >= "1.4.0"
  206. bistro
  207. bistro-bio
  208. bitcoin >= "3.0"
  209. bitcoin-cohttp-async
  210. bitcoin-cohttp-lwt
  211. bitcoin-ocurl
  212. bitcoinml
  213. bitlib
  214. bitmasks
  215. bitpack_serializer
  216. bitstring >= "3.1.1" & < "5.0.2"
  217. bitv >= "1.4"
  218. bitwuzla
  219. bitwuzla-bin < "1.0.0"
  220. bitwuzla-c
  221. bizowie-api
  222. bjack >= "0.1.6"
  223. blake3
  224. bloomf
  225. bls12-381 < "19.0"
  226. bls12-381-gen
  227. bls12-381-hash
  228. bls12-381-js
  229. bls12-381-js-gen
  230. bls12-381-legacy
  231. bls12-381-signature
  232. bls12-381-unix
  233. blurhash
  234. bm25
  235. bnfgen
  236. bogue
  237. bogue-tutorials
  238. boltzgen < "0.9.5"
  239. bonsai < "v0.17.0"
  240. boulangerie
  241. box
  242. brr-lwd
  243. bst >= "7.0.1"
  244. bstr
  245. buffer-pool
  246. build_path_prefix_map >= "0.3"
  247. builder
  248. builder-web
  249. bun >= "0.3.4"
  250. bwd
  251. bwrap
  252. bytearray
  253. bytebuffer
  254. bytepdf
  255. bz2
  256. ca-certs
  257. ca-certs-nss
  258. cachet
  259. cachet-lwt
  260. cachet-solo5
  261. cactus
  262. cairn
  263. cairo2 >= "0.6"
  264. cairo2-gtk
  265. cairo2-pango
  266. caisar < "0.2.1"
  267. caisar-ir
  268. caisar-nnet
  269. caisar-onnx
  270. caisar-ovo
  271. caisar-xgboost
  272. calcium < "0.3.2"
  273. calculon
  274. calculon-web
  275. calendar >= "3.0.0"
  276. calendars
  277. calipso
  278. calli
  279. callipyge >= "0.2"
  280. camelot
  281. camels
  282. camelsnakekebab
  283. camlimages >= "5.0.2"
  284. camlix
  285. camlon >= "3.1.0"
  286. camlp-streams
  287. camlrack
  288. camltc >= "0.9.8"
  289. camomile >= "1.0.2"
  290. camyll
  291. canary
  292. capnp >= "3.5.0"
  293. capnp-rpc < "2.1"
  294. capnp-rpc-lwt < "2.0"
  295. capnp-rpc-net < "2.1"
  296. capnp-rpc-unix < "2.1"
  297. caqti >= "1.0.0" & < "2.1.1"
  298. caqti-async < "2.1.1"
  299. caqti-driver-mariadb < "2.1.1"
  300. caqti-driver-pgx < "2.1.1"
  301. caqti-driver-postgresql >= "1.0.0" & < "2.1.1"
  302. caqti-driver-sqlite3 >= "1.0.0" & < "2.1.1"
  303. caqti-dynload >= "1.0.0" & < "2.3.0"
  304. caqti-eio < "2.1.1"
  305. caqti-lwt >= "1.0.0" & < "2.1.1"
  306. caqti-mirage < "2.1.1"
  307. caqti-type-calendar >= "1.0.0"
  308. carbon < "0.2.0"
  309. carray
  310. carton < "1.0.0"
  311. carton-git
  312. carton-lwt < "1.0.0"
  313. catala < "0.9.0"
  314. catala-format >= "0.2.0"
  315. catala-lsp
  316. catapult
  317. catapult-client
  318. catapult-daemon
  319. catapult-file
  320. catapult-sqlite
  321. cattery
  322. cbor >= "0.3"
  323. cborl
  324. ccbg
  325. cconv >= "0.5"
  326. cdb
  327. cdrom >= "0.9.4"
  328. ceph
  329. certify >= "0.3.0"
  330. cf
  331. cf-lwt
  332. cfg >= "2.2.0"
  333. cfml
  334. cfstream
  335. chacha
  336. chamelon
  337. chamelon-unix
  338. charInfo_width
  339. charrua
  340. charrua-client
  341. charrua-server
  342. charrua-unix
  343. charset
  344. chartjs
  345. chartjs-annotation
  346. chartjs-colorschemes
  347. chartjs-datalabels
  348. chartjs-streaming
  349. chase
  350. checkseum = "0.0.3" | >= "0.2.1"
  351. choice >= "0.4"
  352. cid
  353. cinaps >= "v0.12.0"
  354. clangml >= "4.0.1"
  355. clangml-transforms
  356. clap >= "0.2.0"
  357. clarity-lang
  358. class_group_vdf
  359. clim
  360. clim-ppx
  361. climate
  362. clp_operations
  363. clz
  364. cmarker
  365. cmdliner-stdlib
  366. cmon
  367. codept
  368. codept-lib
  369. cohttp >= "1.1.1" & < "6.0.0"
  370. cohttp-async < "6.0.0"
  371. cohttp-curl < "6.1.0"
  372. cohttp-curl-async < "6.1.0"
  373. cohttp-eio < "6.0.0"
  374. cohttp-lwt < "6.0.0"
  375. cohttp-lwt-jsoo < "6.1.0"
  376. cohttp-lwt-unix < "6.0.0"
  377. cohttp_async_websocket < "v0.17.0"
  378. cohttp_static_handler < "v0.17.0"
  379. coin >= "0.1.1"
  380. colibri2
  381. colibrics
  382. colibrilib
  383. colombe
  384. color >= "0.2.0"
  385. color-brewery
  386. combinat
  387. comby
  388. comby-kernel
  389. comby-semantic
  390. command_rpc < "v0.17.0"
  391. commons
  392. conan
  393. conan-cli
  394. conan-database
  395. conan-lwt
  396. conan-unix
  397. conduit
  398. conduit-async
  399. conduit-lwt
  400. conduit-lwt-unix
  401. conduit-mirage
  402. conex >= "0.10.0"
  403. conex-mirage-crypto
  404. confero
  405. config-file = "1.2.1"
  406. conformist
  407. containers
  408. containers-data
  409. containers-thread
  410. content_security_policy < "v0.17.0"
  411. cookie
  412. cookies
  413. coq >= "8.14.0" & < "8.20.0"
  414. coq-core < "8.20.0"
  415. coq-lsp != "0.2.3+9.0" & < "0.2.4+9.0" | = "0.2.5+8.20"
  416. coq-of-ocaml
  417. coq-serapi
  418. coq-stdlib < "8.20.0"
  419. coqide >= "8.14.0" & < "8.20.0"
  420. coqide-server < "8.20.0"
  421. core < "v0.17.0"
  422. core-and-more
  423. core_bench < "v0.17.0"
  424. core_compat
  425. core_extended < "v0.17.0"
  426. core_kernel < "v0.17.0"
  427. core_profiler < "v0.17.0"
  428. core_unix < "v0.17.0"
  429. cosovo
  430. cow >= "2.4.0"
  431. cowabloga >= "0.5.0"
  432. cpm >= "12.1.2"
  433. cppo >= "1.6.6"
  434. cppo_ocamlbuild >= "1.6.6"
  435. cps_toolbox
  436. cpu
  437. cpuid >= "0.1.2"
  438. crc >= "2.1.0"
  439. crlibm >= "0.3"
  440. crontab
  441. crowbar >= "0.2"
  442. crunch
  443. cry >= "0.6.5"
  444. cryptokit >= "1.16.1"
  445. csexp
  446. csexp-query
  447. css
  448. css-parser
  449. cstruct
  450. cstruct-async
  451. cstruct-lwt
  452. cstruct-sexp
  453. cstruct-unix
  454. csv >= "2.2"
  455. csv-lwt >= "2.1"
  456. csvfields < "v0.17.0"
  457. csvtool
  458. ctoxml
  459. ctypes >= "0.21.1" & < "0.24.0"
  460. ctypes-foreign >= "0.21.1" & < "0.24.0"
  461. ctypes-zarith
  462. ctypes_stubs_js
  463. cucumber
  464. cudf >= "0.10"
  465. cue_sheet_maker
  466. cuid >= "0.2"
  467. cumulus
  468. curl
  469. curl_lwt
  470. curly >= "0.2.0"
  471. current
  472. current-albatross-deployer
  473. current-web-pipelines
  474. current_ansi
  475. current_docker
  476. current_examples
  477. current_git
  478. current_github
  479. current_gitlab
  480. current_incr
  481. current_ocluster < "0.3.0"
  482. current_rpc
  483. current_slack
  484. current_ssh
  485. current_web
  486. curses >= "1.0.9" & < "1.0.12"
  487. curve-sampling
  488. cviode
  489. daft >= "0.0.4"
  490. dap
  491. data-encoding
  492. dataframe
  493. datakit-server >= "0.12.2"
  494. datakit-server-9p >= "0.12.2"
  495. datalog >= "0.6"
  496. dates_calc < "0.0.7"
  497. daypack-lib
  498. dbf < "0.1.1"
  499. dblp
  500. dblp-api
  501. debian-formats >= "0.1.2"
  502. decimal
  503. decoders >= "0.1.2"
  504. decoders-bencode
  505. decoders-cbor
  506. decoders-ezjsonm >= "0.1.2"
  507. decoders-ezxmlm
  508. decoders-jsonaf
  509. decoders-jsonm
  510. decoders-msgpck
  511. decoders-sexplib
  512. decoders-yojson >= "0.1.2"
  513. decompress >= "0.8.1"
  514. dedent < "v0.17.0"
  515. dedukti >= "2.7"
  516. delimited_parsing < "v0.17.0"
  517. depyt
  518. devkit >= "1.0"
  519. diet
  520. diffable
  521. digestif >= "0.9.0"
  522. directories
  523. dirsift
  524. diskuvbox
  525. disml
  526. dispatch >= "0.4.1"
  527. dispatch-js
  528. distributed >= "0.6.0"
  529. distributed-lwt >= "0.2.0"
  530. distributed-uwt >= "0.2.0"
  531. dkim
  532. dkim-bin
  533. dkim-lwt-unix
  534. dkim-mirage
  535. dkml-c-probe
  536. dkml-dune-dsl
  537. dkml-dune-dsl-show
  538. dkml-install
  539. dkml-install-installer
  540. dkml-install-runner
  541. dkml-runtime-common >= "2.0.3"
  542. dkml-runtime-distribution
  543. dkml-workflows
  544. dlm >= "0.3.1"
  545. dmap
  546. dmarc
  547. dns
  548. dns-certify
  549. dns-cli
  550. dns-client
  551. dns-client-lwt
  552. dns-client-miou-unix
  553. dns-client-mirage
  554. dns-lwt
  555. dns-mirage
  556. dns-resolver
  557. dns-server
  558. dns-stub
  559. dns-tsig
  560. dnsrobot
  561. dnssec
  562. docfd
  563. docker-api >= "0.2"
  564. docker_hub
  565. dockerfile < "8.3.5"
  566. dockerfile-cmd < "8.3.5"
  567. dockerfile-opam >= "8.2.7" & < "8.3.5"
  568. docteur
  569. docteur-solo5
  570. docteur-unix
  571. doculib
  572. doi2bib
  573. dokeysto >= "3.0.2"
  574. dokeysto_camltc >= "3.0.2"
  575. dokeysto_lz4 >= "3.0.2"
  576. dolmen >= "0.4.1"
  577. dolmen_bin
  578. dolmen_loop
  579. dolmen_lsp
  580. dolmen_model
  581. dolmen_type
  582. dolog >= "4.0.0"
  583. domain-local-await < "1.0.1"
  584. domain-local-timeout
  585. domain-name
  586. domain_shims
  587. domainslib
  588. dose3 >= "6.1"
  589. dose3-extra
  590. dot-merlin-reader
  591. dotenv
  592. dream
  593. dream-accept
  594. dream-cli
  595. dream-encoding
  596. dream-html
  597. dream-htmx
  598. dream-httpaf
  599. dream-livereload
  600. dream-pure
  601. dream-serve
  602. dream_middleware_ext
  603. drom >= "0.3.0"
  604. drom_lib >= "0.3.0"
  605. drom_toml
  606. dropbox
  607. dropbox_lwt_unix
  608. dscheck < "0.4.0"
  609. dssi >= "0.1.3"
  610. dtc-pb
  611. dtoa >= "0.3.2"
  612. dtools
  613. dual
  614. duff >= "0.2"
  615. dum >= "1.0.3"
  616. dump_ocamlformat
  617. dune-ai-context
  618. dune-build-info < "3.15.3"
  619. dune-cargo-build
  620. dune-compiledb
  621. dune-configurator >= "2.5.1" & < "3.15.3"
  622. dune-deps
  623. dune-expand
  624. dune-private-libs < "3.15.3"
  625. dune-release >= "1.0.0" & < "2.0.0"
  626. duppy
  627. duration
  628. dyn < "3.15.3"
  629. dypgen
  630. earley >= "3.0.0"
  631. earlybird < "1.3.4"
  632. easy-format >= "1.3.2"
  633. easy_logging
  634. easy_logging_yojson
  635. ecaml < "v0.17.0"
  636. edn
  637. ego
  638. eigen >= "0.1.0"
  639. eio < "0.9"
  640. eio-ssl
  641. eio_linux < "0.9"
  642. either
  643. elasticsearch-cli >= "0.5"
  644. electrod
  645. elm_core
  646. elm_playground
  647. elm_playground_native
  648. elm_playground_web
  649. elm_system
  650. elpi
  651. email_message < "v0.17.0"
  652. embedded_ocaml_templates < "0.8"
  653. emile >= "0.4"
  654. emoji >= "2.0.0"
  655. encore >= "0.4"
  656. env_config < "v0.17.0"
  657. epictetus
  658. eqaf >= "0.2"
  659. eqaf-cstruct
  660. equinoxe
  661. equinoxe-cohttp
  662. equinoxe-hlc
  663. erlang
  664. errpy
  665. erssical
  666. esa
  667. esgg
  668. esperanto-cosmopolitan >= "0.0.5"
  669. ethernet
  670. euler
  671. exenum >= "0.86"
  672. exit
  673. expect >= "0.1.0"
  674. expect_test_helpers
  675. expect_test_helpers_async < "v0.17.0"
  676. expect_test_helpers_core < "v0.17.0"
  677. expect_test_helpers_kernel
  678. expr
  679. extism
  680. extism-manifest
  681. extlib >= "1.7.9"
  682. extunix >= "0.3.1"
  683. ez_api
  684. ez_cmdliner >= "0.2.0"
  685. ez_config >= "0.2.0"
  686. ez_file >= "0.3.0"
  687. ez_hash
  688. ez_pgocaml
  689. ez_search
  690. ez_subst
  691. ezcurl
  692. ezcurl-lwt
  693. ezdl
  694. ezgzip >= "0.2.3"
  695. ezjs_ace
  696. ezjs_blockies
  697. ezjs_cleave
  698. ezjs_crypto
  699. ezjs_cytoscape
  700. ezjs_d3pie
  701. ezjs_extension
  702. ezjs_fetch
  703. ezjs_idb
  704. ezjs_jquery
  705. ezjs_min
  706. ezjs_odometer
  707. ezjs_push
  708. ezjs_qrcode
  709. ezjs_recaptcha
  710. ezjs_timeline
  711. ezjsonm >= "1.0.0"
  712. ezjsonm-encoding
  713. ezjsonm-lwt
  714. ezlua
  715. ezresto
  716. ezresto-directory
  717. ezsqlite >= "0.4.2"
  718. ezxmlm >= "1.1.0"
  719. FPauth
  720. FPauth-core
  721. FPauth-responses
  722. FPauth-strategies
  723. FrontC >= "4.0.0"
  724. faad >= "0.5.0"
  725. facteur
  726. fadbadml >= "0.1.2"
  727. faraday >= "0.7.1"
  728. faraday-async >= "0.7.1"
  729. faraday-lwt >= "0.7.1"
  730. faraday-lwt-unix >= "0.7.1"
  731. farith
  732. farmhash >= "0.4"
  733. fasmifra
  734. fat-filesystem >= "0.13.0"
  735. fd-send-recv >= "2.0.1"
  736. fdkaac >= "0.3.2"
  737. feat
  738. feat-core
  739. feat-num
  740. feather
  741. feather_async
  742. ff
  743. ff-bench
  744. ff-pbt
  745. ff-sig
  746. ffmpeg >= "1.0.0~beta1" & < "1.1.7"
  747. ffmpeg-av < "1.1.7"
  748. ffmpeg-avcodec < "1.1.7"
  749. ffmpeg-avdevice < "1.1.7"
  750. ffmpeg-avfilter < "1.1.7"
  751. ffmpeg-avutil < "1.1.7"
  752. ffmpeg-swresample < "1.1.7"
  753. ffmpeg-swscale < "1.1.7"
  754. fftw3
  755. fiat-p256
  756. fiber < "3.7.0"
  757. fieldslib >= "v0.13.0" & < "v0.17.0"
  758. file_path < "v0.17.0"
  759. fileutils >= "0.6.1"
  760. finch
  761. fit < "1.3.2"
  762. fix >= "20181206"
  763. flac
  764. flatunionfind
  765. flex-array
  766. flint < "0.3.2"
  767. flow_parser >= "0.229.1"
  768. fluxt
  769. fmlib
  770. fmlib_browser
  771. fmlib_js
  772. fmlib_parse
  773. fmlib_pretty
  774. fmlib_std
  775. fontforge-of-ocaml
  776. frama-c >= "26.0~beta" & < "28.0~beta"
  777. frama-c-metacsl >= "0.4" & < "0.7"
  778. frama-clang < "0.0.16"
  779. fred
  780. freetds >= "0.7"
  781. frei0r >= "0.1.2"
  782. frenetic
  783. fromager
  784. fsevents
  785. fsevents-lwt
  786. fsml
  787. fswatch
  788. fswatch_async
  789. fswatch_lwt
  790. fun-postgresql
  791. fun-sql
  792. fun-sqlite
  793. functoria
  794. functoria-runtime
  795. fuseau
  796. fuseau-lwt
  797. fuzzy_compare
  798. fuzzy_match < "v0.17.0"
  799. fzf < "v0.17.0"
  800. GT < "0.5.4"
  801. gapi-ocaml
  802. gbddml
  803. gd >= "1.1"
  804. gdbprofiler
  805. gemini
  806. gen >= "0.5.3"
  807. gen_js_api < "1.1.7"
  808. gendarme < "0.4.1"
  809. gendarme-csv < "0.4.1"
  810. gendarme-ezjsonm < "0.4.1"
  811. gendarme-json < "0.4.0"
  812. gendarme-toml < "0.4.1"
  813. gendarme-yaml < "0.4.1"
  814. gendarme-yojson < "0.4.1"
  815. genspio >= "0.0.3"
  816. genspir >= "1.0.1"
  817. geojson
  818. geojsone
  819. geoml
  820. get_line >= "7.0.0"
  821. gettext = "0.4.2"
  822. gettext-camomile < "0.5.0"
  823. gettext-stub < "0.5.0"
  824. git
  825. git-cohttp
  826. git-cohttp-unix
  827. git-http
  828. git-kv
  829. git-mirage
  830. git-net
  831. git-paf
  832. git-unix
  833. github >= "4.0.0"
  834. github-data
  835. github-hooks
  836. github-hooks-unix >= "0.5.0"
  837. github-jsoo >= "4.3.0"
  838. github-unix >= "4.0.0"
  839. gitlab
  840. gitlab-jsoo
  841. gitlab-unix
  842. gitlab_pipeline_notifier
  843. glfw-ocaml
  844. globlon
  845. gluten
  846. gluten-async
  847. gluten-eio
  848. gluten-lwt
  849. gluten-lwt-unix
  850. gluten-mirage
  851. gmap
  852. gmp
  853. gnuplot
  854. gobba
  855. gobject-introspection
  856. goblint < "2.2.1"
  857. goblint-cil >= "1.8.0"
  858. google-drive-ocamlfuse
  859. gopcaml-mode
  860. gopcaml-mode-merlin
  861. gospel
  862. gotd
  863. gperftools
  864. gpiod
  865. gpr
  866. gr
  867. grace
  868. grain_dypgen >= "0.2.1"
  869. graphics
  870. graphql >= "0.8.0"
  871. graphql-async >= "0.8.0"
  872. graphql-cohttp >= "0.9.0"
  873. graphql-lwt >= "0.8.0"
  874. graphql_parser >= "0.9.0"
  875. graphql_ppx
  876. graphv
  877. graphv_core
  878. graphv_core_lib
  879. graphv_font
  880. graphv_font_js
  881. graphv_font_stb_truetype
  882. graphv_gles2
  883. graphv_gles2_native
  884. graphv_gles2_native_impl
  885. graphv_webgl
  886. graphv_webgl_impl
  887. gremlin
  888. grenier
  889. grid
  890. grpc < "0.2.0"
  891. grpc-async < "0.2.0"
  892. grpc-lwt < "0.2.0"
  893. gsl >= "1.24.0"
  894. gstreamer >= "0.3.1"
  895. guardian
  896. guile
  897. h1
  898. h1-lwt-unix
  899. h1_parser
  900. h2
  901. h2-async
  902. h2-eio
  903. h2-lwt
  904. h2-lwt-unix
  905. h2-mirage
  906. hack_parallel
  907. hacl-star
  908. hacl-star-raw >= "0.5.0"
  909. hacl_x25519
  910. happy-eyeballs
  911. happy-eyeballs-lwt
  912. happy-eyeballs-miou-unix
  913. happy-eyeballs-mirage
  914. hardcaml < "v0.17.0"
  915. hardcaml_axi < "v0.17.0"
  916. hardcaml_c < "v0.17.0"
  917. hardcaml_circuits < "v0.17.0"
  918. hardcaml_fixed_point < "v0.17.0"
  919. hardcaml_handshake < "v0.17.0"
  920. hardcaml_of_verilog < "v0.17.0"
  921. hardcaml_step_testbench < "v0.17.0"
  922. hardcaml_verify < "v0.17.0"
  923. hardcaml_verilator < "v0.17.0"
  924. hardcaml_waveterm < "v0.17.0"
  925. hardcaml_xilinx < "v0.17.0"
  926. hardcaml_xilinx_components < "v0.17.0"
  927. hardcaml_xilinx_reports < "v0.17.0"
  928. hashcons >= "1.4.0"
  929. hashset >= "1.0.1"
  930. haxe >= "4.1.1"
  931. hc
  932. hdf5
  933. hdr_histogram < "0.0.3"
  934. headache
  935. header-check
  936. herdtools7 >= "7.55"
  937. hex >= "1.3.0"
  938. hex_encode < "v0.17.0"
  939. hexstring
  940. hg_lib < "v0.17.0"
  941. hidapi >= "1.1"
  942. hidapi-lwt
  943. higher_kinded < "v0.17.0"
  944. higlo >= "0.8"
  945. hilite < "0.5.0"
  946. hkdf
  947. hl_yaml
  948. hockmd
  949. hpack
  950. htmlfromtexbooks
  951. hts_shrink >= "2.1.2"
  952. http < "6.0.0"
  953. http-cookie < "4.3.0"
  954. http-lwt-client
  955. http-mirage-client
  956. http-multipart-formdata
  957. http_async
  958. httpaf >= "0.6.0"
  959. httpaf-async >= "0.6.0"
  960. httpaf-lwt-unix
  961. httpaf_caged
  962. httpcats
  963. httph
  964. httpun
  965. httpun-async
  966. httpun-eio
  967. httpun-lwt
  968. httpun-lwt-unix
  969. httpun-mirage
  970. httpun-types
  971. httpun-ws
  972. httpun-ws-async
  973. httpun-ws-eio
  974. httpun-ws-lwt
  975. httpun-ws-lwt-unix
  976. httpun-ws-mirage
  977. huffman
  978. hurl
  979. hvsock >= "2.0.0"
  980. hxd
  981. hyper
  982. ISO3166
  983. ISO8601 >= "0.2.6"
  984. i3ipc
  985. icalendar
  986. idd
  987. idds
  988. imagelib
  989. incr_dom < "v0.17.0"
  990. incr_dom_interactive < "v0.17.0"
  991. incr_dom_keyboard
  992. incr_dom_partial_render < "v0.17.0"
  993. incr_dom_sexp_form < "v0.17.0"
  994. incr_dom_widgets
  995. incr_map < "v0.17.0"
  996. incr_select < "v0.17.0"
  997. incremental < "v0.17.0"
  998. incremental_cycles
  999. indentation_buffer < "v0.17.0"
  1000. index
  1001. index-bench
  1002. inferno >= "20190924"
  1003. influxdb
  1004. influxdb-async
  1005. influxdb-lwt
  1006. inotify >= "2.4" & < "2.6"
  1007. inquire
  1008. int_repr < "v0.17.0"
  1009. integers >= "0.3.0"
  1010. integers_stubs_js
  1011. integration1d >= "0.5.1"
  1012. interface-prime
  1013. interface-prime-lwt
  1014. interval >= "1.5" & < "1.6"
  1015. interval-map
  1016. interval_base
  1017. interval_crlibm
  1018. interval_intel
  1019. io-page
  1020. io-page-unix
  1021. iostream
  1022. iostream-camlzip
  1023. ip2location
  1024. ip2locationio
  1025. ip2proxy
  1026. ip2whois
  1027. ipaddr >= "2.9.0"
  1028. ipaddr-cstruct
  1029. ipaddr-sexp
  1030. irc-client >= "0.6.2"
  1031. irc-client-lwt >= "0.6.2"
  1032. irc-client-lwt-ssl
  1033. irc-client-tls >= "0.6.2"
  1034. irc-client-unix >= "0.6.2"
  1035. iri >= "0.6.0" & < "1.1.0"
  1036. irmin
  1037. irmin-bench
  1038. irmin-chunk
  1039. irmin-cli
  1040. irmin-client
  1041. irmin-containers
  1042. irmin-fs
  1043. irmin-git
  1044. irmin-graphql
  1045. irmin-http
  1046. irmin-indexeddb
  1047. irmin-layers
  1048. irmin-mirage
  1049. irmin-mirage-git
  1050. irmin-mirage-graphql
  1051. irmin-pack
  1052. irmin-pack-tools
  1053. irmin-server
  1054. irmin-test
  1055. irmin-tezos
  1056. irmin-unix
  1057. irmin-watcher
  1058. iso639
  1059. iter >= "1.4"
  1060. itv-tree >= "2.2"
  1061. jane-street-headers >= "v0.12.0" & < "v0.17.0"
  1062. jane_rope < "v0.17.0"
  1063. janestreet_cpuid < "v0.17.0"
  1064. janestreet_csv < "v0.17.0"
  1065. janestreet_lru_cache < "v0.17.0"
  1066. jasmin >= "2023.06.0" & < "2025.06.0"
  1067. jekyll-format >= "0.2.0"
  1068. jemalloc >= "0.2"
  1069. jhupllib
  1070. jingoo >= "1.3.0"
  1071. jose
  1072. js_of_ocaml < "5.1.0"
  1073. js_of_ocaml-compiler < "5.1.0"
  1074. js_of_ocaml-lwt < "5.1.0"
  1075. js_of_ocaml-ocamlbuild >= "3.5.0"
  1076. js_of_ocaml-ppx < "5.1.0"
  1077. js_of_ocaml-ppx_deriving_json < "5.1.0"
  1078. js_of_ocaml-toplevel < "5.1.0"
  1079. js_of_ocaml-tyxml < "5.1.0"
  1080. js_of_ocaml-webgpu
  1081. js_of_ocaml-webidl
  1082. js_of_ocaml_patches < "v0.17.0"
  1083. json-data-encoding < "1.1.1"
  1084. json-data-encoding-browser < "1.1.1"
  1085. json-data-encoding-bson < "1.1.1"
  1086. json_decoder
  1087. jsonaf < "v0.17.0"
  1088. jsonoo
  1089. jsonrpc
  1090. jsonschema2atd
  1091. jsonxt
  1092. jsoo-react
  1093. jsoo_broadcastchannel
  1094. jsoo_storage
  1095. jst-config < "v0.17.0"
  1096. junit >= "2.0.1"
  1097. junit_alcotest >= "2.0.1"
  1098. junit_ounit >= "2.0.1"
  1099. jupyter
  1100. jupyter-archimedes
  1101. jupyter-kernel
  1102. jws
  1103. jwto
  1104. kafka >= "0.5"
  1105. kafka_async
  1106. kafka_lwt
  1107. kappa-agents
  1108. kappa-binaries
  1109. kappa-library
  1110. kappa-server
  1111. kcas < "0.7.0"
  1112. kcas_data < "0.7.0"
  1113. kdf
  1114. kdl
  1115. ke
  1116. key-parsers >= "0.10.1"
  1117. kicadsch >= "0.4.0"
  1118. kind2
  1119. kinetic-client >= "0.0.11"
  1120. kittyimg
  1121. kmt
  1122. knights_tour
  1123. kqueue < "0.5.0"
  1124. krb
  1125. lab
  1126. lablgtk3
  1127. lablgtk3-extras >= "3.0.1"
  1128. lablgtk3-goocanvas2
  1129. lablgtk3-gtkspell3
  1130. lablgtk3-rsvg2
  1131. lablgtk3-sourceview3
  1132. lablqml
  1133. lacaml >= "11.0.2"
  1134. ladspa >= "0.2.0"
  1135. lambda
  1136. lambda-runtime
  1137. lambda-term >= "2.0"
  1138. lambda_streams
  1139. lambda_streams_async
  1140. lambda_streams_lwt
  1141. lambdapi < "2.3.1"
  1142. lambdasoup >= "0.6.4"
  1143. lame >= "0.3.4"
  1144. landmarks = "1.4"
  1145. landmarks-ppx < "1.5"
  1146. lascar >= "0.6-alpha"
  1147. lastfm = "0.3.3"
  1148. launchd >= "1.3"
  1149. layoutz
  1150. lazy-trie
  1151. lbfgs >= "0.9.1"
  1152. lbvs_consent >= "2.1.0"
  1153. ldap >= "2.4.1"
  1154. ldp < "0.5.0"
  1155. ldp_curl < "0.5.0"
  1156. ldp_js < "0.5.0"
  1157. ldp_tls < "0.5.0"
  1158. leaflet
  1159. learn-ocaml
  1160. learn-ocaml-client
  1161. ledgerwallet
  1162. lens >= "1.2.4"
  1163. letsencrypt
  1164. letsencrypt-app
  1165. letsencrypt-dns
  1166. letsencrypt-mirage
  1167. letters
  1168. leveldb
  1169. lib_parsing
  1170. libabsolute
  1171. libbinaryen < "105.1.0" | >= "107.0.1"
  1172. libirmin
  1173. libsail < "0.20"
  1174. libsvm >= "0.10.0"
  1175. libzipperposition
  1176. lilac
  1177. lilv
  1178. line-up-words < "v0.17.0"
  1179. line_oriented
  1180. linenoise >= "1.3.1"
  1181. links
  1182. links-mysql
  1183. links-postgresql
  1184. links-sqlite3
  1185. linol
  1186. linol-eio
  1187. linol-lwt
  1188. lintcstubs
  1189. lintcstubs-arity
  1190. lintcstubs-gen
  1191. linwrap
  1192. liquid_interpreter
  1193. liquid_ml
  1194. liquid_parser
  1195. liquid_std
  1196. liquid_syntax
  1197. little_logger
  1198. llama
  1199. llama-cpp-ocaml
  1200. llama_core
  1201. llama_interactive
  1202. llama_midi
  1203. llvm >= "15.0.7+nnp-2" & < "18-shared"
  1204. lmdb = "1.0"
  1205. lo >= "0.2.0"
  1206. lockfree
  1207. loga
  1208. logical
  1209. logs-async < "1.3"
  1210. logs-async-reporter < "1.3"
  1211. logs-ppx
  1212. logs-syslog
  1213. logtk
  1214. lp
  1215. lp-glpk
  1216. lp-glpk-js
  1217. lp-gurobi
  1218. lp-highs
  1219. lpd
  1220. lreplay < "0.1.1"
  1221. lrgrep
  1222. lru >= "0.3.0"
  1223. lru_cache
  1224. lsp
  1225. lt-code
  1226. lua-ml >= "0.9.3"
  1227. lua_parser
  1228. lucid
  1229. lun
  1230. lustre-v6 >= "6.103.3"
  1231. lutils >= "1.51.2"
  1232. lutin >= "2.71.10"
  1233. luv
  1234. luv_unix
  1235. lwd
  1236. lwt != "5.9.2" & < "6.0.0~beta01"
  1237. lwt-canceler >= "0.2"
  1238. lwt-dllist
  1239. lwt-exit
  1240. lwt-parallel
  1241. lwt-watcher >= "0.2"
  1242. lwt_direct < "6.0.0~beta01"
  1243. lwt_domain
  1244. lwt_eio < "0.4"
  1245. lwt_glib >= "1.1.1"
  1246. lwt_log >= "1.1.1"
  1247. lwt_ppx >= "1.2.2" & < "5.9.2"
  1248. lwt_react >= "1.1.2"
  1249. lwt_retry
  1250. lwt_ssl >= "1.1.3"
  1251. lz4 >= "1.2.0"
  1252. lz4_chans >= "3.0.1"
  1253. lzo >= "0.0.3"
  1254. m_tree
  1255. macaddr
  1256. macaddr-cstruct
  1257. macaddr-sexp
  1258. mad >= "0.5.0"
  1259. magic-mime >= "1.1.2"
  1260. magic-trace
  1261. make-random
  1262. malfunction
  1263. man_in_the_middle_debugger < "v0.17.0"
  1264. markdown
  1265. markup >= "0.8.0"
  1266. markup-lwt
  1267. mastodon-archive-viewer >= "0.2"
  1268. matcha
  1269. matplotlib
  1270. mbr-format
  1271. mc2
  1272. mccs
  1273. mcrunch
  1274. mdx >= "1.8.0"
  1275. mec
  1276. mechaml
  1277. mehari
  1278. mehari-eio
  1279. mehari-eio-unix
  1280. mehari-lwt-unix
  1281. mehari-mirage
  1282. mel
  1283. melange < "1.0.0"
  1284. melange-compiler-libs
  1285. meldep
  1286. mem_usage
  1287. memcad
  1288. memfd
  1289. memgraph
  1290. memgraph_kitty
  1291. memo
  1292. memprof-limits
  1293. memtrace
  1294. memtrace-mirage
  1295. memtrace_viewer
  1296. menhir >= "20200123"
  1297. menhirCST
  1298. menhirGLR
  1299. menhirLib
  1300. menhirSdk
  1301. merge-fmt
  1302. merlin
  1303. merlin-extend
  1304. merlin-lib
  1305. mesh >= "0.9.5"
  1306. mesh-easymesh >= "0.9.5"
  1307. mesh-graphics >= "0.9.5"
  1308. mesh-triangle >= "0.9.5"
  1309. metadb
  1310. metapp
  1311. metaquot
  1312. metrics
  1313. metrics-influx
  1314. metrics-lwt
  1315. metrics-rusage
  1316. metrics-unix
  1317. mew
  1318. mew_vi
  1319. mhttp
  1320. mhttp-client
  1321. mhttp-server
  1322. middleware
  1323. mimic
  1324. mimic-happy-eyeballs
  1325. mindstorm >= "0.8"
  1326. mindstorm-lwt
  1327. minicaml
  1328. minicli >= "5.0.2"
  1329. minisat >= "0.3"
  1330. miou < "0.5.2"
  1331. mirage >= "4.0.0"
  1332. mirage-block
  1333. mirage-block-ccm
  1334. mirage-block-combinators
  1335. mirage-block-lwt
  1336. mirage-block-partition
  1337. mirage-block-ramdisk
  1338. mirage-block-solo5
  1339. mirage-block-unikraft
  1340. mirage-block-unix
  1341. mirage-block-xen
  1342. mirage-bootvar
  1343. mirage-channel >= "3.2.0"
  1344. mirage-channel-lwt
  1345. mirage-clock
  1346. mirage-clock-lwt
  1347. mirage-clock-unix
  1348. mirage-conduit
  1349. mirage-console
  1350. mirage-console-lwt
  1351. mirage-crypto
  1352. mirage-crypto-ec
  1353. mirage-crypto-pk
  1354. mirage-crypto-rng
  1355. mirage-crypto-rng-async
  1356. mirage-crypto-rng-eio
  1357. mirage-crypto-rng-lwt
  1358. mirage-crypto-rng-miou-unix
  1359. mirage-crypto-rng-mirage
  1360. mirage-crypto-rng-mkernel
  1361. mirage-device
  1362. mirage-dns
  1363. mirage-flow
  1364. mirage-flow-combinators
  1365. mirage-flow-lwt
  1366. mirage-flow-unix
  1367. mirage-fs
  1368. mirage-fs-lwt
  1369. mirage-kv >= "2.0.0"
  1370. mirage-kv-lwt >= "2.0.0"
  1371. mirage-kv-mem
  1372. mirage-kv-unix < "3.0.0"
  1373. mirage-logs
  1374. mirage-monitoring
  1375. mirage-mtime
  1376. mirage-nat
  1377. mirage-net
  1378. mirage-net-lwt
  1379. mirage-net-macosx >= "1.6.0"
  1380. mirage-net-solo5
  1381. mirage-net-unikraft
  1382. mirage-net-unix
  1383. mirage-net-xen
  1384. mirage-profile
  1385. mirage-protocols
  1386. mirage-protocols-lwt
  1387. mirage-ptime
  1388. mirage-qubes
  1389. mirage-qubes-ipv4
  1390. mirage-random
  1391. mirage-runtime
  1392. mirage-sleep
  1393. mirage-solo5
  1394. mirage-stack
  1395. mirage-stack-lwt
  1396. mirage-time
  1397. mirage-time-lwt
  1398. mirage-time-unix
  1399. mirage-types >= "3.6.0"
  1400. mirage-types-lwt >= "3.6.0"
  1401. mirage-unix
  1402. mirage-vnetif
  1403. mirage-xen
  1404. mkaudio >= "1.1.0"
  1405. mkernel
  1406. mkocaml
  1407. mlbdd >= "0.7.2"
  1408. mlfenv
  1409. mlmpfr >= "4.0.2+dune"
  1410. mlpost
  1411. mlpost-lablgtk
  1412. mlt_parser < "v0.17.0"
  1413. mm >= "0.7.0" & < "0.8.2"
  1414. mmap
  1415. mmdb
  1416. mmo
  1417. mnd
  1418. mnet
  1419. mnet-cli
  1420. mnet-dns
  1421. mnet-happy-eyeballs
  1422. mnet-tls
  1423. mock >= "0.1.1"
  1424. mock-ounit >= "0.1.1"
  1425. module-graph
  1426. molenc >= "5.0.0"
  1427. monaco_jsoo
  1428. monolith < "20241126"
  1429. monomorphic >= "2.0"
  1430. monorobot
  1431. moonpool
  1432. moonpool-io
  1433. moonpool-lwt
  1434. morbig >= "0.10.3"
  1435. morsmall
  1436. moss >= "0.1.1"
  1437. mparser >= "1.3"
  1438. mparser-pcre
  1439. mparser-re
  1440. mperf
  1441. mpg123
  1442. mpp >= "0.3.4"
  1443. mpris
  1444. mpris-clients
  1445. mrmime
  1446. msat >= "0.8"
  1447. msat-bin
  1448. msendmail
  1449. mset
  1450. msgpck >= "1.5"
  1451. msgpck-repr
  1452. mssql
  1453. mugen
  1454. mula
  1455. multibase
  1456. multicodec
  1457. multihash
  1458. multihash-digestif
  1459. multipart-form-data >= "0.3.0"
  1460. multipart_form
  1461. multipart_form-cohttp-lwt
  1462. multipart_form-eio
  1463. multipart_form-lwt
  1464. multipart_form-miou
  1465. murmur3 >= "0.3"
  1466. mustache >= "3.1.0"
  1467. mustache-cli
  1468. mutaml
  1469. mutf8
  1470. mwt
  1471. mybuild >= "7"
  1472. mysql8
  1473. mysql_protocol
  1474. n_ary < "v0.17.0"
  1475. naboris
  1476. nacc
  1477. nanoev
  1478. nanoev-picos
  1479. nanoev-posix
  1480. nanoev_tiny_httpd
  1481. nanoid
  1482. nanosvg
  1483. nanosvg_text
  1484. nbd >= "4.0.3"
  1485. nbd-tool
  1486. nbd-unix
  1487. neo4j_bolt
  1488. netkat
  1489. netlink >= "0.3.4"
  1490. netsnmp < "v0.17.0"
  1491. nice_parser
  1492. ninja_utils
  1493. niru
  1494. nlopt
  1495. nmea
  1496. noCanren
  1497. nocoiner
  1498. node_of_ocaml
  1499. non_empty_list
  1500. nottui
  1501. nottui-lwt
  1502. nottui-miou
  1503. nottui-pretty
  1504. nottui-unix
  1505. notty >= "0.2.3"
  1506. notty-community
  1507. notty-miou
  1508. notty_async >= "v0.13.0" & < "v0.17.0"
  1509. np
  1510. npy >= "0.0.9"
  1511. nsq
  1512. numeric_string < "v0.17.0"
  1513. nuscr
  1514. OCADml < "0.6.0"
  1515. OCanren
  1516. OCanren-ppx
  1517. OSCADml < "0.2.1"
  1518. obeam
  1519. obelisk >= "0.5.0"
  1520. obuilder < "0.6.0"
  1521. obuilder-spec < "0.6.0"
  1522. obus >= "1.2.1"
  1523. ocal >= "0.2.2"
  1524. ocaml-canvas
  1525. ocaml-compiler-libs >= "v0.12.0"
  1526. ocaml-embed-file < "v0.17.0"
  1527. ocaml-in-python
  1528. ocaml-index
  1529. ocaml-lsp-server
  1530. ocaml-lua
  1531. ocaml-migrate-parsetree
  1532. ocaml-migrate-parsetree-ocamlbuild
  1533. ocaml-monadic >= "0.4.1"
  1534. ocaml-print-intf
  1535. ocaml-probes < "v0.17.0"
  1536. ocaml-protoc >= "2.0.1"
  1537. ocaml-protoc-plugin < "6.1.0"
  1538. ocaml-r >= "0.1.1"
  1539. ocaml-syntax-shims
  1540. ocaml-systemd >= "1.3"
  1541. ocaml-top
  1542. ocaml-vdom < "transition"
  1543. ocaml-version = "3.5.0"
  1544. ocaml_db_model
  1545. ocaml_intrinsics < "v0.17.0"
  1546. ocaml_pgsql_model
  1547. ocaml_plugin
  1548. ocamlcodoc
  1549. ocamldiff >= "1.2"
  1550. ocamlformat >= "0.24.1"
  1551. ocamlformat-lib
  1552. ocamlformat-mlx
  1553. ocamlformat-mlx-lib
  1554. ocamlformat-rpc < "removed"
  1555. ocamlformat-rpc-lib
  1556. ocamlgraph >= "2.0.0"
  1557. ocamlgraph_gtk
  1558. ocamline
  1559. ocamlog
  1560. ocamlregextkit
  1561. ocb
  1562. ocf >= "0.8.0" & < "1.0.0"
  1563. ocf_ppx < "1.0.0"
  1564. ockt
  1565. ocluster < "0.3.0"
  1566. ocluster-api < "0.3.0"
  1567. ocluster-worker < "0.3.0"
  1568. ocolor
  1569. ocp-browser >= "1.2.1"
  1570. ocp-indent >= "1.7.0" & < "1.9.0"
  1571. ocp-indent-nlfork
  1572. ocp-index
  1573. ocp-search
  1574. ocp_reveal
  1575. ocplib-endian >= "1.1"
  1576. ocplib-json-typed-browser
  1577. ocplib-json-typed-bson
  1578. ocplib-simplex >= "0.5"
  1579. ocplib_stuff >= "0.4.0"
  1580. ocsigen-i18n >= "4.0.0"
  1581. ocsigen-ppx-rpc
  1582. ocsigenserver >= "4.0.1" & < "7.0.0"
  1583. ocsipersist
  1584. ocsipersist-dbm
  1585. ocsipersist-dbm-config
  1586. ocsipersist-lib
  1587. ocsipersist-pgsql
  1588. ocsipersist-pgsql-config
  1589. ocsipersist-sqlite
  1590. ocsipersist-sqlite-config
  1591. octavius >= "1.2.2"
  1592. ocue
  1593. odate
  1594. odds >= "1.1"
  1595. odep
  1596. odepack >= "0.6.9"
  1597. odnnr
  1598. odoc < "3.0.0"
  1599. odoc-parser < "3.0.0"
  1600. oepub
  1601. of_json < "v0.17.0"
  1602. offheap
  1603. ogg >= "1.0.0"
  1604. ohex
  1605. oidc
  1606. ojs < "1.1.7"
  1607. ojs_base
  1608. ojs_base_all
  1609. ojs_base_ppx
  1610. ojs_ed
  1611. ojs_filetree
  1612. ojs_list
  1613. olinq >= "0.3"
  1614. omd >= "1.3.2"
  1615. ometrics
  1616. omg
  1617. omigrate
  1618. omlr >= "1.0.3"
  1619. omtl
  1620. oneffs
  1621. oniguruma
  1622. opam-0install
  1623. opam-0install-cudf
  1624. opam-bin >= "1.0.0"
  1625. opam-build
  1626. opam-client >= "2.0.2"
  1627. opam-compiler
  1628. opam-core >= "2.0.2"
  1629. opam-custom-install
  1630. opam-devel >= "2.0.2"
  1631. opam-ed >= "0.4"
  1632. opam-file-format >= "2.1.0" & < "2.1.5"
  1633. opam-format >= "2.0.2"
  1634. opam-graph
  1635. opam-grep >= "0.2.0"
  1636. opam-installer >= "2.0.2"
  1637. opam-monorepo < "0.3.6"
  1638. opam-package-upgrade >= "0.2"
  1639. opam-publish >= "2.0.2"
  1640. opam-repository >= "2.0.2"
  1641. opam-solver >= "2.0.2"
  1642. opam-spin
  1643. opam-state >= "2.0.2"
  1644. opam-test
  1645. opam_bin_lib != "0.9.5"
  1646. opasswd
  1647. opatch
  1648. opazl
  1649. openai-gym
  1650. openapi
  1651. openapi-opium
  1652. openapi_router
  1653. opencc0
  1654. opencc1
  1655. opencc1_1
  1656. openQASM
  1657. openstellina
  1658. opentelemetry < "0.90"
  1659. opentelemetry-client-cohttp-eio < "0.90"
  1660. opentelemetry-client-cohttp-lwt < "0.90"
  1661. opentelemetry-client-ocurl < "0.90"
  1662. opentelemetry-cohttp-lwt < "0.90"
  1663. opentelemetry-logs < "0.90"
  1664. opentelemetry-lwt < "0.90"
  1665. opium
  1666. opium-graphql
  1667. opium-testing
  1668. opium_kernel >= "0.17.0"
  1669. oplot < "0.85"
  1670. oplsr
  1671. opomodoro
  1672. opsian
  1673. optal
  1674. opti
  1675. optimization1d >= "0.6.1"
  1676. optiml-transport
  1677. optint
  1678. opus
  1679. oraft < "0.3.0"
  1680. oranger >= "2.0.1"
  1681. orb
  1682. order-i3-xfce
  1683. ordering < "3.15.3"
  1684. ordinal
  1685. ordinal_abbreviation < "v0.17.0"
  1686. ordma >= "0.0.5"
  1687. orec >= "1.0.1"
  1688. orewa
  1689. orf
  1690. orgeat
  1691. orpie
  1692. orrandomForest
  1693. orsvm_e1071 >= "4.0.0"
  1694. orxgboost >= "1.1.0"
  1695. osc >= "0.2.0"
  1696. osc-lwt
  1697. osc-unix
  1698. oseq >= "0.2"
  1699. osh
  1700. oskel
  1701. osnap
  1702. osx-secure-transport
  1703. otaglibc
  1704. otf
  1705. otoggl
  1706. otoml
  1707. otr
  1708. oui
  1709. ounit = "2.1.2"
  1710. ounit-lwt < "2.2.0"
  1711. ounit2
  1712. ounit2-lwt
  1713. override
  1714. owee
  1715. owi
  1716. owl >= "0.4.0" & < "1.2"
  1717. owl-base >= "0.4.0" & < "1.2"
  1718. owl-jupyter
  1719. owl-ode
  1720. owl-ode-base
  1721. owl-ode-odepack
  1722. owl-ode-sundials
  1723. owl-opt
  1724. owl-opt-lbfgs
  1725. owl-plplot < "1.1"
  1726. owl-symbolic
  1727. owl-top >= "0.4.0" & < "1.2"
  1728. owl-zoo >= "0.4.0"
  1729. owork
  1730. ozulip
  1731. p4pp
  1732. p5scm
  1733. packstream
  1734. pacomb
  1735. paf
  1736. paf-cohttp
  1737. pam < "v0.17.0"
  1738. pandoc
  1739. pandoc-abbreviations
  1740. pandoc-comment
  1741. pandoc-crossref
  1742. pandoc-include
  1743. pandoc-inspect
  1744. pandoc-pdf2png
  1745. pandoc-replace
  1746. papi >= "0.1.1"
  1747. parany >= "9.0.0"
  1748. pardi >= "2.0.2"
  1749. parmap >= "1.1.1"
  1750. parsexp >= "v0.13.0" & < "v0.17.0"
  1751. parsexp_io < "v0.17.0"
  1752. parsley
  1753. patch
  1754. patdiff < "v0.17.0"
  1755. path_glob
  1756. patience_diff < "v0.17.0"
  1757. patricia-tree
  1758. pattern
  1759. pb
  1760. pb-plugin
  1761. pbkdf
  1762. pbrt
  1763. pbrt_services
  1764. pbrt_yojson
  1765. pcap-format >= "0.5.2"
  1766. pcre >= "7.3.5"
  1767. pcre2
  1768. pds-reachability >= "0.2.2"
  1769. pecu >= "0.2"
  1770. petrol
  1771. pf-qubes
  1772. pg_query
  1773. pgocaml >= "4.0"
  1774. pgocaml_ppx
  1775. pgx
  1776. pgx_async
  1777. pgx_lwt
  1778. pgx_lwt_mirage
  1779. pgx_lwt_unix
  1780. pgx_unix
  1781. pgx_value_core
  1782. pgx_value_ptime
  1783. phantom-algebra >= "1.0.1"
  1784. phonetic
  1785. phylogenetics < "0.2.0"
  1786. piaf
  1787. picasso
  1788. piqi >= "0.7.8"
  1789. piqilib >= "0.6.16"
  1790. pixel_pusher
  1791. pkcs11 >= "0.18.0"
  1792. pkcs11-cli
  1793. pkcs11-driver
  1794. pkcs11-rev
  1795. pla >= "1.3"
  1796. plateau
  1797. plato
  1798. plebeia
  1799. plist-xml
  1800. plist-xml-lwt
  1801. plotkicadsch
  1802. plplot >= "5.11.0-1"
  1803. polka
  1804. poll
  1805. polling_state_rpc < "v0.17.0"
  1806. polly < "0.5.0"
  1807. polynomial
  1808. pomap
  1809. popper
  1810. portaudio >= "0.2.2"
  1811. portaudio_c_bindings
  1812. posix-base < "4.0.1"
  1813. posix-bindings < "4.0.1"
  1814. posix-getopt >= "2.0.0" & < "4.0.1"
  1815. posix-math2 < "4.0.1"
  1816. posix-signal < "4.0.1"
  1817. posix-socket < "4.0.1"
  1818. posix-socket-unix < "4.0.1"
  1819. posix-time2 < "4.0.1"
  1820. posix-types >= "2.0.0" & < "4.0.1"
  1821. posix-uname < "4.0.1"
  1822. posixat < "v0.17.0"
  1823. postgres_async < "v0.17.0"
  1824. postgresql >= "4.4.1"
  1825. pp
  1826. pp-binary-ints
  1827. pp_loc
  1828. pprint >= "20200226"
  1829. ppx-owl-opt
  1830. ppx_accessor < "v0.17.0"
  1831. ppx_assert < "v0.17.0"
  1832. ppx_bap
  1833. ppx_base < "v0.17.0"
  1834. ppx_bench < "v0.17.0"
  1835. ppx_bin_prot < "v0.17.0"
  1836. ppx_bitstring < "5.0.2"
  1837. ppx_blob >= "0.6.0"
  1838. ppx_camlrack
  1839. ppx_catch
  1840. ppx_cold < "v0.17.0"
  1841. ppx_compare < "v0.17.0"
  1842. ppx_compose >= "0.1.0"
  1843. ppx_const
  1844. ppx_conv_func < "v0.17.0"
  1845. ppx_counters
  1846. ppx_css < "v0.17.0"
  1847. ppx_cstruct
  1848. ppx_cstubs
  1849. ppx_csv_conv < "v0.17.0"
  1850. ppx_custom_printf < "v0.17.0"
  1851. ppx_decimal
  1852. ppx_defer >= "0.4.0"
  1853. ppx_demo < "v0.17.0"
  1854. ppx_derive_at_runtime < "v0.17.0"
  1855. ppx_derivers >= "1.2.1"
  1856. ppx_deriving >= "4.5-1"
  1857. ppx_deriving_cad
  1858. ppx_deriving_cmdliner
  1859. ppx_deriving_encoding
  1860. ppx_deriving_hardcaml
  1861. ppx_deriving_hash
  1862. ppx_deriving_json_schema
  1863. ppx_deriving_jsoo
  1864. ppx_deriving_madcast >= "0.2"
  1865. ppx_deriving_popper
  1866. ppx_deriving_protobuf
  1867. ppx_deriving_qcheck
  1868. ppx_deriving_rpc < "10.2.0"
  1869. ppx_deriving_scad
  1870. ppx_deriving_yaml < "0.4.0"
  1871. ppx_deriving_yojson
  1872. ppx_disable_unused_warnings < "v0.17.0"
  1873. ppx_distr_guards >= "0.2"
  1874. ppx_enumerate < "v0.17.0"
  1875. ppx_expect < "v0.17.0"
  1876. ppx_ezlua
  1877. ppx_factory
  1878. ppx_fail
  1879. ppx_fields_conv < "v0.17.0"
  1880. ppx_fixed_literal < "v0.17.0"
  1881. ppx_gen_rec >= "1.1.0"
  1882. ppx_getenv
  1883. ppx_globalize < "v0.17.0"
  1884. ppx_hash < "v0.17.0"
  1885. ppx_here < "v0.17.0"
  1886. ppx_ignore_instrumentation < "v0.17.0"
  1887. ppx_import
  1888. ppx_inline_alcotest
  1889. ppx_inline_test < "v0.16.1"
  1890. ppx_irmin
  1891. ppx_jane < "v0.17.0"
  1892. ppx_js_style < "v0.17.0"
  1893. ppx_jsobject_conv
  1894. ppx_jsonaf_conv < "v0.17.0"
  1895. ppx_let < "v0.17.0"
  1896. ppx_log < "v0.17.0"
  1897. ppx_lun
  1898. ppx_make
  1899. ppx_map
  1900. ppx_marshal < "0.4.1"
  1901. ppx_marshal_ext < "0.4.1"
  1902. ppx_matches < "0.1.0"
  1903. ppx_meta_conv
  1904. ppx_mikmatch
  1905. ppx_module_timer < "v0.17.0"
  1906. ppx_monad
  1907. ppx_monoid >= "0.3.2"
  1908. ppx_mysql
  1909. ppx_open
  1910. ppx_optcomp < "v0.17.0"
  1911. ppx_optint
  1912. ppx_optional < "v0.17.0"
  1913. ppx_parser
  1914. ppx_pattern_bind < "v0.17.0"
  1915. ppx_pbt
  1916. ppx_pipebang < "v0.17.0"
  1917. ppx_protocol_conv
  1918. ppx_protocol_conv_json
  1919. ppx_protocol_conv_jsonm
  1920. ppx_protocol_conv_msgpack
  1921. ppx_protocol_conv_xml_light
  1922. ppx_protocol_conv_xmlm
  1923. ppx_protocol_conv_yaml
  1924. ppx_pyformat
  1925. ppx_python < "v0.17.0"
  1926. ppx_rapper
  1927. ppx_rapper_async
  1928. ppx_rapper_lwt
  1929. ppx_regexp >= "0.4.0"
  1930. ppx_repr
  1931. ppx_seq
  1932. ppx_sexp_conv < "v0.17.0"
  1933. ppx_sexp_message < "v0.17.0"
  1934. ppx_sexp_value < "v0.17.0"
  1935. ppx_show
  1936. ppx_stable < "v0.17.0"
  1937. ppx_stable_witness < "v0.17.0"
  1938. ppx_string < "v0.17.0"
  1939. ppx_string_interpolation
  1940. ppx_subliner
  1941. ppx_system
  1942. ppx_test
  1943. ppx_tools
  1944. ppx_tools_versioned
  1945. ppx_trace
  1946. ppx_ts
  1947. ppx_tydi < "v0.17.0"
  1948. ppx_type_directed_value
  1949. ppx_typed_fields < "v0.17.0"
  1950. ppx_typerep_conv < "v0.17.0"
  1951. ppx_tyre
  1952. ppx_units
  1953. ppx_variants_conv < "v0.17.0"
  1954. ppx_viewpattern
  1955. ppx_wideopen
  1956. ppx_xml_conv < "v0.17.0"
  1957. ppx_yojson
  1958. ppx_yojson_conv < "v0.17.0"
  1959. ppx_yojson_conv_lib < "v0.17.0"
  1960. ppxfind
  1961. ppxlib < "0.34.0"
  1962. ppxx
  1963. pratter
  1964. prbnmcn-basic-structures
  1965. prbnmcn-cgrph
  1966. prbnmcn-clustering
  1967. prbnmcn-dagger
  1968. prbnmcn-dagger-gsl
  1969. prbnmcn-dagger-stats
  1970. prbnmcn-dagger-test
  1971. prbnmcn-gnuplot
  1972. prbnmcn-linalg
  1973. prbnmcn-mcts
  1974. prbnmcn-proptest
  1975. prbnmcn-stats
  1976. prbnmcn-ucb1
  1977. prc
  1978. preface
  1979. prelude
  1980. prettym
  1981. printbox >= "0.3"
  1982. printbox-ext-plot
  1983. printbox-html
  1984. printbox-md
  1985. printbox-text >= "0.6.1"
  1986. proc-smaps
  1987. process_limits
  1988. processor
  1989. prof_spacetime
  1990. profiling
  1991. profunctor < "v0.17.0"
  1992. progress < "0.5.0"
  1993. prom
  1994. prometheus >= "0.6"
  1995. prometheus-app >= "0.6"
  1996. promise
  1997. promise_jsoo
  1998. promise_jsoo_lwt
  1999. protocell
  2000. protocol-9p >= "1.0.0"
  2001. protocol-9p-tool >= "1.0.0"
  2002. protocol-9p-unix >= "1.0.0"
  2003. protocol_version_header < "v0.17.0"
  2004. prr
  2005. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2006. psq >= "0.1.1"
  2007. ptmap >= "2.0.5"
  2008. ptset
  2009. pulseaudio >= "0.1.4"
  2010. pure-html
  2011. pure-splitmix >= "0.3"
  2012. purl
  2013. pvec
  2014. pxshot
  2015. py >= "1.1"
  2016. pyast
  2017. pyml >= "20210924"
  2018. pyml_bindgen >= "0.3.0"
  2019. pyre-ast
  2020. pythonlib
  2021. qbf >= "0.3"
  2022. qcheck >= "0.13"
  2023. qcheck-alcotest
  2024. qcheck-core
  2025. qcheck-lin < "0.10"
  2026. qcheck-multicoretests-util < "0.10"
  2027. qcheck-ounit
  2028. qcheck-stm < "0.10"
  2029. qdrant
  2030. qinap
  2031. qiskit < "0.44.0"
  2032. qmp >= "0.19.0"
  2033. qrencode
  2034. qtest >= "2.10.1"
  2035. queenshead
  2036. quests
  2037. radamsa
  2038. radare2 >= "0.0.3"
  2039. randii
  2040. randomconv
  2041. randoml
  2042. range >= "0.8"
  2043. rangeSet
  2044. rankers
  2045. rawlink
  2046. rawlink-eio
  2047. rawlink-lwt
  2048. raygui < "1.4.0"
  2049. raylib < "1.4.0"
  2050. rdbg >= "1.196.12"
  2051. rdf >= "0.13.0" & < "1.1.0"
  2052. rdf_impls < "1.1.0"
  2053. rdf_json_ld < "1.1.0"
  2054. rdf_lwt < "1.1.0"
  2055. rdf_mysql < "1.1.0"
  2056. rdf_postgresql < "1.1.0"
  2057. rdf_ppx < "1.1.0"
  2058. re >= "1.9.0" & < "1.13.2"
  2059. re2 < "v0.17.0"
  2060. re2_stable
  2061. re_parser < "v0.17.0"
  2062. rea
  2063. reactiveData = "0.3.0"
  2064. reanalyze
  2065. reason < "3.14.0"
  2066. reason-standard
  2067. received
  2068. record_builder < "v0.17.0"
  2069. records >= "1.0.0"
  2070. reddit_api_async
  2071. reddit_api_kernel
  2072. redirect
  2073. redis >= "0.4"
  2074. redis-async < "v0.17.0"
  2075. redis-lwt >= "0.4"
  2076. redis-sync >= "0.4"
  2077. reed-solomon-erasure >= "1.0.2"
  2078. reedsolomon
  2079. refl
  2080. regex_parser_intf < "v0.17.0"
  2081. regrade
  2082. remu_ts
  2083. reparse
  2084. reparse-lwt
  2085. reparse-lwt-unix
  2086. reparse-unix
  2087. repr
  2088. repr-bench
  2089. repr-fuzz
  2090. res >= "5.0.1"
  2091. res_tailwindcss
  2092. resource-pooling >= "1.1"
  2093. resource_cache < "v0.17.0"
  2094. resp
  2095. resp-client
  2096. resp-mirage
  2097. resp-server >= "0.9"
  2098. resp-unix
  2099. resto
  2100. resto-acl
  2101. resto-cohttp
  2102. resto-cohttp-client
  2103. resto-cohttp-self-serving-client
  2104. resto-cohttp-server
  2105. resto-directory
  2106. resto-json
  2107. result
  2108. rfc1951 >= "0.8.1" & != "1.0.0"
  2109. rfc6287 >= "1.0.4"
  2110. rfc7748
  2111. rfsm >= "1.6-alpha-3" & < "2.0"
  2112. rhythm
  2113. ringo
  2114. ringo-lwt
  2115. river
  2116. rock
  2117. roman
  2118. root1d >= "0.5.1"
  2119. rope >= "0.6.2"
  2120. rosa
  2121. rosetta >= "0.2.0"
  2122. routes
  2123. rowex
  2124. rpc
  2125. rpc_parallel < "v0.17.0"
  2126. rpclib < "10.2.0"
  2127. rpclib-async < "10.2.0"
  2128. rpclib-html < "10.2.0"
  2129. rpclib-js < "10.2.0"
  2130. rpclib-lwt < "10.2.0"
  2131. rsdd
  2132. rss
  2133. rtop < "3.14.0"
  2134. rungen
  2135. runtime_events_tools < "0.5.2"
  2136. rusage
  2137. rust-staticlib-gen
  2138. rust-staticlib-virtual
  2139. SZXX
  2140. safemoney
  2141. safepass >= "3.1"
  2142. sail >= "0.15" & < "0.20"
  2143. sail_c_backend < "0.20"
  2144. sail_coq_backend < "0.20"
  2145. sail_doc_backend < "0.20"
  2146. sail_latex_backend < "0.20"
  2147. sail_lean_backend < "0.20"
  2148. sail_lem_backend < "0.20"
  2149. sail_manifest < "0.20"
  2150. sail_ocaml_backend < "0.20"
  2151. sail_output < "0.20"
  2152. sail_smt_backend < "0.20"
  2153. sail_sv_backend < "0.20"
  2154. salsa20 >= "1.0.0"
  2155. salsa20-core >= "1.0.0"
  2156. samplerate >= "0.1.6"
  2157. sanddb >= "0.2"
  2158. sarek
  2159. satex
  2160. saturn < "0.5.0"
  2161. saturn_lockfree < "0.5.0"
  2162. satyrographos
  2163. scad_ml
  2164. scfg
  2165. scgi
  2166. scipy
  2167. scrypt-kdf
  2168. sd_logic
  2169. search
  2170. searchTree
  2171. secp256k1 >= "0.4.1"
  2172. secp256k1-internal
  2173. sedlex
  2174. sek
  2175. sel >= "0.3.0"
  2176. semantic_version < "v0.17.0"
  2177. semaphore-compat
  2178. semver >= "0.2.1"
  2179. semver2
  2180. sendmail
  2181. sendmail-lwt
  2182. sendmail-miou-unix
  2183. sendmail-mirage
  2184. sentry
  2185. seq < "base"
  2186. seqes
  2187. sequencer_table < "v0.17.0"
  2188. serde < "0.0.2"
  2189. serde_debug
  2190. serde_derive < "0.0.2"
  2191. serde_json < "0.0.2"
  2192. serde_sexpr
  2193. serde_xml
  2194. serial
  2195. session >= "0.4.1"
  2196. session-cohttp >= "0.4.1"
  2197. session-cohttp-async >= "0.4.1"
  2198. session-cohttp-lwt >= "0.4.1"
  2199. session-cookie
  2200. session-cookie-async
  2201. session-cookie-lwt
  2202. session-postgresql >= "0.4.1"
  2203. session-postgresql-async
  2204. session-postgresql-lwt
  2205. session-redis-lwt >= "0.4.1"
  2206. session-webmachine >= "0.4.1"
  2207. setcore >= "1.0.2"
  2208. sexp < "v0.17.0"
  2209. sexp_decode
  2210. sexp_diff < "v0.17.0"
  2211. sexp_diff_kernel
  2212. sexp_grammar < "v0.17.0"
  2213. sexp_macro < "v0.17.0"
  2214. sexp_pretty < "v0.17.0"
  2215. sexp_select < "v0.17.0"
  2216. sexp_string_quickcheck < "v0.17.0"
  2217. sexplib >= "v0.13.0" & < "v0.17.0"
  2218. sexplib0 >= "v0.12.0" & < "v0.17.0"
  2219. sgf
  2220. sha >= "1.13"
  2221. shapefile
  2222. shared-block-ring
  2223. shared-memory-ring
  2224. shared-memory-ring-lwt
  2225. shared-secret >= "0.4"
  2226. shell < "v0.17.0"
  2227. shexp < "v0.17.0"
  2228. shine >= "0.2.2"
  2229. shuttle
  2230. shuttle_http
  2231. shuttle_ssl
  2232. shuttle_websocket
  2233. sifun
  2234. sihl
  2235. sihl-cache
  2236. sihl-contract
  2237. sihl-core
  2238. sihl-email
  2239. sihl-facade
  2240. sihl-persistence
  2241. sihl-queue
  2242. sihl-session
  2243. sihl-storage
  2244. sihl-token
  2245. sihl-type
  2246. sihl-user
  2247. sihl-web
  2248. simlog
  2249. simple63
  2250. simple_httpd
  2251. simple_httpd_caqti
  2252. sklearn
  2253. slack
  2254. slacko
  2255. slice
  2256. slug
  2257. smart-print >= "0.3.0"
  2258. smol
  2259. smol-helpers
  2260. smtlib-utils
  2261. snappy
  2262. so
  2263. sodium-fmt
  2264. solid < "0.5.0"
  2265. solid_server < "0.5.0"
  2266. solid_tools < "0.5.0"
  2267. solidity-alcotest
  2268. solidity-common
  2269. solidity-parser
  2270. solidity-test
  2271. solidity-typechecker
  2272. solo5-elftool
  2273. sortedseq_intersect
  2274. soundtouch >= "0.1.9"
  2275. soupault
  2276. spacetime_lib
  2277. spatial-shell
  2278. spawn < "v0.9.0" | >= "v0.13.0"
  2279. spdx_licenses
  2280. spectrum < "1.0.0.alpha"
  2281. speex
  2282. spelll >= "0.4"
  2283. spin
  2284. splay_tree < "v0.17.0"
  2285. splittable_random < "v0.17.0"
  2286. spoc
  2287. spoc_ppx
  2288. spoke
  2289. spotify-web-api
  2290. spotlib >= "4.1.0"
  2291. sqlgg >= "20200521"
  2292. sqlite3 >= "4.4.1"
  2293. sqlite3_utils
  2294. srt < "0.3.4"
  2295. ssh-agent >= "0.2.0"
  2296. ssl >= "0.5.6"
  2297. stdcompat >= "19"
  2298. stdint >= "0.6.0"
  2299. stdint-literals
  2300. stdio < "v0.17.0"
  2301. stdlib-diff
  2302. stdlib-random
  2303. stdlib-shims
  2304. stdune < "3.15.3"
  2305. stitch
  2306. stk < "0.5.0"
  2307. stk_iconv < "0.5.0"
  2308. stk_ocf < "0.5.0"
  2309. stk_ppx < "0.5.0"
  2310. stk_rdf < "0.5.0"
  2311. stk_xml < "0.5.0"
  2312. stog >= "0.20.0"
  2313. stog_all
  2314. stog_asy
  2315. stog_dot
  2316. stog_extern
  2317. stog_markdown
  2318. stog_multi_doc
  2319. stog_nocaml
  2320. stog_noexec
  2321. stog_plugins
  2322. stog_rdf
  2323. stog_rel_href
  2324. stog_server
  2325. stog_server_multi
  2326. stog_sitemap
  2327. stog_writing
  2328. stone >= "0.5.2"
  2329. stored_reversed < "v0.17.0"
  2330. stramon-lib
  2331. streamable < "v0.17.0"
  2332. streaming
  2333. string_dict < "v0.17.0"
  2334. stringext >= "1.6.0"
  2335. sturgeon >= "0.4.2"
  2336. subscriptions-transport-ws
  2337. subtype-refinement >= "0.2"
  2338. sun
  2339. svmwrap
  2340. swagger >= "0.2.0"
  2341. swhid
  2342. swhid_compute
  2343. swhid_core
  2344. swhid_types
  2345. swipl
  2346. syguslib-utils
  2347. syncweb
  2348. syndic >= "1.6.0"
  2349. sys-socket
  2350. sys-socket-unix
  2351. syslog >= "2.0.1"
  2352. syslog-message >= "1.0.0"
  2353. syslog-rfc5424 < "0.2"
  2354. systemverilog >= "0.0.2"
  2355. tablecloth-base
  2356. tablecloth-native < "transition"
  2357. taglib >= "0.3.7"
  2358. talaria-bibtex
  2359. tar
  2360. tar-eio
  2361. tar-mirage
  2362. tar-unix
  2363. tcalc
  2364. tcpip
  2365. tdigest
  2366. telltime
  2367. tensorboard
  2368. term-indexing
  2369. term-tools
  2370. terminal < "0.5.0"
  2371. terminal_size >= "0.1.4"
  2372. terminus
  2373. terminus-cohttp
  2374. terminus-hlc
  2375. testu01
  2376. textmate-language
  2377. textrazor
  2378. textutils < "v0.17.0"
  2379. textutils_kernel < "v0.17.0"
  2380. textwrap >= "0.2.1"
  2381. tezos-base58
  2382. tezos-context-hash
  2383. tezt < "4.3.0"
  2384. tezt-performance-regression
  2385. theora
  2386. thread-local-storage
  2387. thread-table
  2388. thrift
  2389. tidy
  2390. tidy_email
  2391. tidy_email_mailgun
  2392. tidy_email_sendgrid
  2393. tidy_email_smtp
  2394. tilde_f < "v0.17.0"
  2395. time_now < "v0.17.0"
  2396. timed >= "1.1"
  2397. timedesc
  2398. timedesc-json
  2399. timedesc-sexp
  2400. timedesc-tzdb
  2401. timedesc-tzlocal
  2402. timedesc-tzlocal-js
  2403. timere
  2404. timere-parse
  2405. timezone < "v0.17.0"
  2406. timmy
  2407. timmy-jsoo
  2408. timmy-lwt
  2409. timmy-unix
  2410. tiny_httpd
  2411. tiny_httpd_camlzip
  2412. tiny_httpd_eio
  2413. tip-parser >= "0.4"
  2414. tldr
  2415. tls >= "0.12.8"
  2416. tls-async
  2417. tls-eio
  2418. tls-lwt
  2419. tls-miou-unix
  2420. tls-mirage
  2421. toc
  2422. tofn
  2423. toml
  2424. toml-cconv
  2425. toml_cconv
  2426. toplevel_backend < "v0.17.0"
  2427. toplevel_expect_test < "v0.17.0"
  2428. topojson
  2429. topojsone
  2430. topological_sort < "v0.17.0"
  2431. torch < "v0.17.0"
  2432. tqdm
  2433. trace
  2434. trace-fuchsia
  2435. trace-runtime-events
  2436. trace-tef
  2437. tracing < "v0.17.0"
  2438. tracy-client
  2439. traits
  2440. trampoline
  2441. transept
  2442. traverse
  2443. travesty < "0.8.0"
  2444. trax >= "0.4.0"
  2445. tree_layout >= "0.2"
  2446. treeprint >= "2.3.0"
  2447. trexio
  2448. trie
  2449. tsdl-image >= "0.3.0"
  2450. tsdl-mixer
  2451. tsdl-ttf >= "0.3"
  2452. tsort
  2453. tube >= "4.4.0"
  2454. tuntap
  2455. twirp_cohttp_lwt_unix
  2456. twirp_core
  2457. twirp_ezcurl
  2458. twirp_tiny_httpd
  2459. twostep
  2460. tyabt
  2461. type_eq
  2462. typerep >= "v0.13.0" & < "v0.17.0"
  2463. typeset
  2464. tyre = "0.5"
  2465. tyxml >= "4.3.0"
  2466. tyxml-jsx
  2467. tyxml-lwd
  2468. tyxml-ppx >= "4.3.0"
  2469. tyxml-syntax
  2470. ubase
  2471. ubpf >= "0.2"
  2472. uecc >= "0.3"
  2473. ufind
  2474. uint >= "2.0.1"
  2475. ulid
  2476. um-abt
  2477. unidecode
  2478. unionFind < "20250818"
  2479. unisim_archisec < "0.0.14"
  2480. unison < "2.53.4"
  2481. universo
  2482. unix-errno >= "0.6.0"
  2483. unstrctrd
  2484. uri >= "2.2.1"
  2485. uri-bench
  2486. uri-re
  2487. uri-sexp
  2488. uring
  2489. uritemplate
  2490. user-agent-parser
  2491. username_kernel < "v0.17.0"
  2492. uspf
  2493. uspf-lwt
  2494. uspf-mirage
  2495. uspf-unix
  2496. utcp
  2497. utop
  2498. uuuu >= "0.1.1"
  2499. validator
  2500. variantslib >= "v0.13.0" & < "v0.17.0"
  2501. varray
  2502. vcaml
  2503. vcardgen >= "1.2"
  2504. vchan
  2505. vchan-unix
  2506. vchan-xen
  2507. vdom
  2508. vec
  2509. vector
  2510. vector3 >= "1.0.0"
  2511. vercel
  2512. vhd-format >= "0.12.0"
  2513. vhd-format-lwt
  2514. vif
  2515. vifu
  2516. virtual_dom < "v0.17.0"
  2517. visitors >= "20200207"
  2518. vlq >= "0.2.1"
  2519. vmnet
  2520. vocal
  2521. voqc
  2522. vorbis
  2523. vpt >= "5.0.0"
  2524. vscoq-language-server < "2.3.3"
  2525. vsrocq-language-server
  2526. vue-jsoo
  2527. wall
  2528. wasm >= "2.0.2"
  2529. wasmer
  2530. wasmtime
  2531. wayland
  2532. waylaunch
  2533. wcwidth
  2534. webauthn
  2535. weberizer >= "0.8"
  2536. webmachine >= "0.6.2"
  2537. websocket >= "2.12"
  2538. websocket-async
  2539. websocket-lwt
  2540. websocket-lwt-unix
  2541. websocketaf
  2542. webtest
  2543. webtest-js
  2544. wikitext
  2545. win-error >= "1.0"
  2546. win-eventlog >= "0.3"
  2547. winsvc
  2548. ws
  2549. ws-server
  2550. wseg
  2551. wtf8 >= "1.0.2"
  2552. wtr
  2553. wtr-ppx
  2554. wu-manber-fuzzy-search
  2555. x509
  2556. x86_64-esperanto >= "0.0.6"
  2557. xapi-backtrace
  2558. xapi-inventory
  2559. xapi-rrd
  2560. xapi-stdext-date
  2561. xapi-stdext-encodings
  2562. xapi-stdext-pervasives
  2563. xapi-stdext-std
  2564. xapi-stdext-threads
  2565. xapi-stdext-unix
  2566. xapi-stdext-zerocheck
  2567. xdg-basedir
  2568. xen-evtchn
  2569. xen-evtchn-unix
  2570. xen-gnt
  2571. xen-gnt-unix
  2572. xenstore
  2573. xenstore-tool
  2574. xenstore_transport >= "1.1.0"
  2575. xmelly
  2576. xml-light >= "2.5"
  2577. xmldiff >= "0.7.0"
  2578. xmldiff_js
  2579. xmlplaylist >= "0.1.5"
  2580. xoshiro
  2581. xtmpl >= "0.19.0" & < "1.1.0"
  2582. xtmpl_js < "1.1.0"
  2583. xtmpl_ppx < "1.1.0"
  2584. yaml >= "1.0.0"
  2585. yaml-sexp
  2586. yara >= "0.2"
  2587. yocaml < "2.0.0"
  2588. yocaml_cmark
  2589. yocaml_git < "2.0.0"
  2590. yocaml_jingoo < "2.0.0"
  2591. yocaml_markdown < "2.4.1"
  2592. yocaml_mustache < "2.0.0"
  2593. yocaml_syndication < "2.0.0"
  2594. yocaml_unix < "2.0.0"
  2595. yocaml_yaml < "2.0.0"
  2596. yojson >= "1.5.0"
  2597. yojson-bench
  2598. yojson-five
  2599. yultracer
  2600. yurt >= "0.6"
  2601. yuscii >= "0.2.1"
  2602. yuujinchou
  2603. zanuda
  2604. zarith-ppx
  2605. zarith_stubs_js < "v0.17.0"
  2606. zed >= "2.0.6"
  2607. zeit
  2608. zelus
  2609. zelus-gtk
  2610. zipperposition
  2611. zipperposition-tools
  2612. zlib
  2613. zlist >= "0.4.0"
  2614. zmq >= "5.1.0"
  2615. zmq-async >= "5.1.0"
  2616. zmq-eio
  2617. zmq-lwt >= "5.1.0"
  2618. zstandard < "v0.17.0"
  2619. zstd = "0.3"
  2620. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"