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