package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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: 07 Feb 2023

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 boot/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"

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